]> git.kaiwu.me - quickjs.git/commitdiff
fixed test of test262 directory
authorFabrice Bellard <fabrice@bellard.org>
Thu, 30 May 2024 13:36:20 +0000 (15:36 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Thu, 30 May 2024 13:36:20 +0000 (15:36 +0200)
Makefile

index c84bc44f20e82ba0993ffa3142659d9ceaac9605..cf88a723a27a5f5ccd1956271b2a1a981a85f4e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -524,7 +524,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