summaryrefslogtreecommitdiff
path: root/tests/projects/package/components/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-17 22:43:28 +0800
committerruki <[email protected]>2022-10-17 22:43:28 +0800
commit0bc0bf1e0d114d1050eefde177cc3fca23777010 (patch)
tree6baeb821b21ec1846ade247838f704bcd66a8c88 /tests/projects/package/components/test.lua
parent5692805fd0bb1aa70cd6965de83068db60743b34 (diff)
improve sfml tests
Diffstat (limited to 'tests/projects/package/components/test.lua')
-rw-r--r--tests/projects/package/components/test.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/projects/package/components/test.lua b/tests/projects/package/components/test.lua
deleted file mode 100644
index 4964fecaa..000000000
--- a/tests/projects/package/components/test.lua
+++ /dev/null
@@ -1,12 +0,0 @@
-function main(t)
-
- -- freebsd ci is slower
- if is_host("bsd") then
- return
- end
-
- -- only for x86/x64, because it will take too long time on ci with arm/mips
- if os.subarch():startswith("x") or os.subarch() == "i386" then
- t:build()
- end
-end