From 8544bf42ffd28f151504b97c68e2988e443b3f34 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 10 Dec 2025 22:32:41 +0800 Subject: remove dlang tests --- tests/projects/dlang/console/test.lua | 7 ------- tests/projects/dlang/dub_package/test.lua | 7 ------- tests/projects/dlang/shared_library/test.lua | 7 ------- tests/projects/dlang/static_library/test.lua | 7 ------- 4 files changed, 28 deletions(-) delete mode 100644 tests/projects/dlang/console/test.lua delete mode 100644 tests/projects/dlang/dub_package/test.lua delete mode 100644 tests/projects/dlang/shared_library/test.lua delete mode 100644 tests/projects/dlang/static_library/test.lua 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 -- cgit v1.3.1