summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/dlang/console/test.lua7
-rw-r--r--tests/projects/dlang/dub_package/test.lua7
-rw-r--r--tests/projects/dlang/shared_library/test.lua7
-rw-r--r--tests/projects/dlang/static_library/test.lua7
4 files changed, 0 insertions, 28 deletions
diff --git a/tests/projects/dlang/console/test.lua b/tests/projects/dlang/console/test.lua
deleted file mode 100644
index 060aa6ca5..000000000
--- a/tests/projects/dlang/console/test.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-function main(t)
- if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
- else
- return t:skip("wrong host platform")
- end
-end
diff --git a/tests/projects/dlang/dub_package/test.lua b/tests/projects/dlang/dub_package/test.lua
deleted file mode 100644
index 060aa6ca5..000000000
--- a/tests/projects/dlang/dub_package/test.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-function main(t)
- if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
- else
- return t:skip("wrong host platform")
- end
-end
diff --git a/tests/projects/dlang/shared_library/test.lua b/tests/projects/dlang/shared_library/test.lua
deleted file mode 100644
index 060aa6ca5..000000000
--- a/tests/projects/dlang/shared_library/test.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-function main(t)
- if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
- else
- return t:skip("wrong host platform")
- end
-end
diff --git a/tests/projects/dlang/static_library/test.lua b/tests/projects/dlang/static_library/test.lua
deleted file mode 100644
index 060aa6ca5..000000000
--- a/tests/projects/dlang/static_library/test.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-function main(t)
- if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
- else
- return t:skip("wrong host platform")
- end
-end