From b51666890c7c64eff9dad827ceef6ec68cfb64cc Mon Sep 17 00:00:00 2001 From: zongor Date: Mon, 27 May 2024 19:14:49 -0400 Subject: [PATCH] add test script so dont forget --- tools/js-class-c-struct-transpiler/test/testgen.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/js-class-c-struct-transpiler/test/testgen.sh diff --git a/tools/js-class-c-struct-transpiler/test/testgen.sh b/tools/js-class-c-struct-transpiler/test/testgen.sh new file mode 100644 index 0000000..8e5617b --- /dev/null +++ b/tools/js-class-c-struct-transpiler/test/testgen.sh @@ -0,0 +1 @@ +bun run transpile.js -S schema.json -j out/ -c out/ \ No newline at end of file