fixed test of test262 directory

This commit is contained in:
Fabrice Bellard 2024-05-30 15:36:20 +02:00
parent d378a9f3a5
commit adec734346

View File

@ -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