diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-03 18:37:33 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-03 18:37:33 +0200 |
commit | 56539c1cae81fc95608be9170c1965346ce31c09 (patch) | |
tree | 23ce8f06ec10290aa8bda50208a9b3e6c063746e /test/run-tests | |
parent | 50093cd4fe4461c657e9133113016db1124904d9 (diff) |
Add tests for grapheme breaking
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" {} +)" |