From 56539c1cae81fc95608be9170c1965346ce31c09 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 3 May 2024 18:37:33 +0200 Subject: Add tests for grapheme breaking --- test/run-tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/run-tests') 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" {} +)" -- cgit v1.2.3