aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-03 18:37:33 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-03 18:37:33 +0200
commit56539c1cae81fc95608be9170c1965346ce31c09 (patch)
tree23ce8f06ec10290aa8bda50208a9b3e6c063746e /test/run-tests
parent50093cd4fe4461c657e9133113016db1124904d9 (diff)
Add tests for grapheme breaking
Diffstat (limited to 'test/run-tests')
-rwxr-xr-xtest/run-tests3
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" {} +)"