diff options
| author | ruki <[email protected]> | 2024-04-02 23:00:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 23:00:07 +0800 |
| commit | 15cb9bc95d2d8df1f9b14f3014c275f6b0032a34 (patch) | |
| tree | 86cead731f5dafd2f3c2845eeb51e33cad4dffd3 /tests/projects/other/native_module/test.lua | |
| parent | d2c877aa407931a0a385d7937cd06e13b15ecfea (diff) | |
add module.shared test
Diffstat (limited to 'tests/projects/other/native_module/test.lua')
| -rw-r--r-- | tests/projects/other/native_module/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/other/native_module/test.lua b/tests/projects/other/native_module/test.lua new file mode 100644 index 000000000..b57362078 --- /dev/null +++ b/tests/projects/other/native_module/test.lua @@ -0,0 +1,3 @@ +function main(t) + t:build() +end |
