diff options
Diffstat (limited to 'test/run-tests')
-rwxr-xr-x | test/run-tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run-tests b/test/run-tests index e19b611..f4c872b 100755 --- a/test/run-tests +++ b/test/run-tests @@ -21,7 +21,8 @@ do gcc $FLAGS -o "$dst" "$src" ../libmlib.a done -s="$(find . -type f -executable \ +s="$(find . -maxdepth 1 \ + -type f -executable \ -not -name gen-test-data \ -not -name run-tests \ -exec echo rm "*.in" {} +)" |