We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbbeb6 commit 8028a0fCopy full SHA for 8028a0f
interpreter/Makefile
@@ -97,7 +97,7 @@ quiettest/%: $(NAME)
97
# Custom test suite
98
99
CUSTOMTESTDIR = ../test/custom
100
-CUSTOMTESTDIRS = $(shell cd $(CUSTOMTESTDIR); ls -d [a-z]*)
+CUSTOMTESTDIRS = $(shell cd $(CUSTOMTESTDIR); find . -maxdepth 1 -type d -not -path "." -printf "%f ")
101
CUSTOMTESTFILES = $(shell cd $(CUSTOMTESTDIR); ls [a-z]*/*.wast)
102
CUSTOMTESTS = $(CUSTOMTESTFILES:%.wast=%)
103
CUSTOMOPTS = -c custom $(CUSTOMTESTDIRS:%=-c %)
0 commit comments