summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cbb1219d..ace97a2d 100644
--- a/Makefile
+++ b/Makefile
@@ -242,10 +242,9 @@ endif
TESTS_TMP := txr.test.out
TESTS_OUT := $(addprefix tst/,\
- $(patsubst %.tl,%.out,\
- $(patsubst %.txr,%.out,\
- $(shell find -H tests \
- \( -name '*.txr' -o -name '*.tl' \) | sort))))
+ $(patsubst %.tl,%.out,\
+ $(patsubst %.txr,%.out,\
+ $(wildcard $(addprefix tests/*/*.,txr tl)))))
TESTS_OK := $(TESTS_OUT:.out=.ok)
.PHONY: tests