From 4b35267f3de12f93234467e84b08f5c8b7aef281 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 22 Dec 2024 23:11:25 +0800 Subject: add test.lua --- tests/apis/namespace/basic/test.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/apis/namespace/basic/test.lua (limited to 'tests/apis/namespace/basic/test.lua') diff --git a/tests/apis/namespace/basic/test.lua b/tests/apis/namespace/basic/test.lua new file mode 100644 index 000000000..83c0a9546 --- /dev/null +++ b/tests/apis/namespace/basic/test.lua @@ -0,0 +1,3 @@ +function main() + os.exec("xmake -vD") +end -- cgit v1.3.1