summaryrefslogtreecommitdiff
path: root/tests/projects/package/basic/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-31 22:38:33 +0800
committerruki <[email protected]>2020-12-31 22:38:33 +0800
commit818575765ddc038ed220c5e1aff334264ea7ef11 (patch)
tree076297409ab6b026bfe4b32925aacf2d12d65275 /tests/projects/package/basic/test.lua
parent859f7e001ebc3a8cac1f1573d610c1cbf7e8ab6c (diff)
improve package tests again
Diffstat (limited to 'tests/projects/package/basic/test.lua')
-rw-r--r--tests/projects/package/basic/test.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/projects/package/basic/test.lua b/tests/projects/package/basic/test.lua
index b76241be2..e834ab984 100644
--- a/tests/projects/package/basic/test.lua
+++ b/tests/projects/package/basic/test.lua
@@ -1,6 +1,5 @@
--- main entry
function main(t)
-
- -- build project
- t:build()
+ if is_plat(os.subhost()) then
+ t:build()
+ end
end