diff options
Diffstat (limited to 'tests/projects/other/native_module_cjson/test.lua')
| -rw-r--r-- | tests/projects/other/native_module_cjson/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/other/native_module_cjson/test.lua b/tests/projects/other/native_module_cjson/test.lua new file mode 100644 index 000000000..b57362078 --- /dev/null +++ b/tests/projects/other/native_module_cjson/test.lua @@ -0,0 +1,3 @@ +function main(t) + t:build() +end |
