handle missing test262 gracefully

This commit is contained in:
Charlie Gordon 2024-02-17 22:57:57 +01:00
parent 0a361b7c0f
commit 530ba6a631

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.a *.a
.obj/ .obj/
tests/bjson.so
examples/test_fib examples/test_fib
test_fib.c test_fib.c
examples/*.so examples/*.so