summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-04 00:59:22 +0800
committerruki <[email protected]>2024-04-04 00:59:22 +0800
commit5c56dcd60dcce02babbcba862d71f3f891a712a4 (patch)
tree5acbf1b948f9e54d20b4ab58fdfdba04e85a2ca5 /tests/projects/other/native_module/test.lua
parent89554d9ad26995b1732d8f36f197186ec23b8d40 (diff)
add cjson test
Diffstat (limited to 'tests/projects/other/native_module/test.lua')
-rw-r--r--tests/projects/other/native_module/test.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/other/native_module/test.lua b/tests/projects/other/native_module/test.lua
index 0c2735866..b57362078 100644
--- a/tests/projects/other/native_module/test.lua
+++ b/tests/projects/other/native_module/test.lua
@@ -1,5 +1,3 @@
function main(t)
- if not xmake.luajit() then
- t:build()
- end
+ t:build()
end