diff --git a/src/test_runner.zig b/src/test_runner.zig new file mode 100644 index 00000000..a573cbcf --- /dev/null +++ b/src/test_runner.zig @@ -0,0 +1,9 @@ +const std = @import("std"); + +const tests = @import("run_tests.zig"); + +pub const Types = tests.Types; + +pub fn main() !void { + try tests.main(); +} diff --git a/vendor/jsruntime-lib b/vendor/jsruntime-lib index 2ed82ec5..9c07e80c 160000 --- a/vendor/jsruntime-lib +++ b/vendor/jsruntime-lib @@ -1 +1 @@ -Subproject commit 2ed82ec57013ae645a44446746cd3734d31d8d26 +Subproject commit 9c07e80cbfeff8007682a9fb4dceae6e07b59f54