commit 8bcdc561a338d9f0fab3c8e906e5a2cd4db5cbcf parent 84ef46066518390374950cb487b068fe70656bb1 Author: Charlie Gordon <github@chqrlie.org> Date: Sat, 17 Feb 2024 22:57:57 +0100 handle missing test262 gracefully Diffstat:
| M | quickjs/.gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/quickjs/.gitignore b/quickjs/.gitignore @@ -1,5 +1,6 @@ *.a .obj/ +tests/bjson.so examples/test_fib test_fib.c examples/*.so