summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-02-06 00:37:14 +0800
committerruki <[email protected]>2024-02-06 00:37:14 +0800
commit9c41c4b806e46bd460bec410870930c785b3aa54 (patch)
tree74e68f5c038552bb12e6624af7d785914a968a1d
parentb78f608ae74c5c0398e9160891fc6bbef08e358f (diff)
add test.lua
-rw-r--r--tests/projects/c/cosmocc/test.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/c/cosmocc/test.lua b/tests/projects/c/cosmocc/test.lua
new file mode 100644
index 000000000..53e3c9e74
--- /dev/null
+++ b/tests/projects/c/cosmocc/test.lua
@@ -0,0 +1,5 @@
+function main(t)
+ if is_host("windows", "macosx", "linux") then
+ os.exec("xmake -vD")
+ end
+end