Home | History | Annotate | Download | only in testcase

Lines Matching refs:tools

33 	mkdir -p build/tools
34 cp ../../testcase/tools/findleaves.py build/tools
112 $(call run_find, build/tools/findleaves.py testdir file1)
113 $(call run_find, build/tools/findleaves.py testdir file3)
114 $(call run_find, build/tools/findleaves.py --prune=dir1 testdir file3)
115 $(call run_find, build/tools/findleaves.py --prune=dir1 --prune=dir2 testdir file3)
116 $(call run_find, build/tools/findleaves.py --mindepth=1 testdir file1)
117 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1)
118 $(call run_find, build/tools/findleaves.py --mindepth=3 testdir file1)
119 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1)
120 $(call run_find, build/tools/findleaves.py --prune=dir1 --dir=testdir file1)
121 $(call run_find, build/tools/findleaves.py --prune=dir1 --dir=testdir file3 link3)
130 $(call run_find, build/tools/findleaves.py testdir3 e)
137 $(call run_find, build/tools/findleaves.py testdir5 x)