commit 9d6aba75ba816d6294141001dc308aae55a3787f
parent d43fcce86cf1fa14c7672db621bff2a0e648611d
Author: Fabrice Bellard <fabrice@bellard.org>
Date: Thu, 30 May 2024 15:36:20 +0200
fixed test of test262 directory
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quickjs/Makefile b/quickjs/Makefile
@@ -525,7 +525,7 @@ test2o-update: run-test262
./run-test262 -t -u -c test262o.conf
endif
-ifeq ($(wildcard test262o/tests.txt),)
+ifeq ($(wildcard test262/features.txt),)
test2 test2-32 test2-update test2-default test2-check:
@echo test262 tests not installed
else