From: Fabrice Bellard Date: Thu, 30 May 2024 13:36:20 +0000 (+0200) Subject: fixed test of test262 directory X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=adec734346bdb19ed38abd882a204d50df75135e;p=quickjs.git fixed test of test262 directory --- diff --git a/Makefile b/Makefile index c84bc44..cf88a72 100644 --- 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