summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/staticlib_without_cpp
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-02-05 18:22:44 +0100
committerArthur LAURENT <[email protected]>2024-02-05 18:22:44 +0100
commit3a7d68de17f19afadc2f7eec698d54861ecd729d (patch)
tree78fec7d5b63d564b6b03603ea56662b856253ee8 /tests/projects/c++/modules/staticlib_without_cpp
parent6739478d0bf6a4aaf0d1a1caf1c6b60532fa07f8 (diff)
update relevent tests to use moduleonly target rule
Diffstat (limited to 'tests/projects/c++/modules/staticlib_without_cpp')
-rw-r--r--tests/projects/c++/modules/staticlib_without_cpp/test.lua1
-rw-r--r--tests/projects/c++/modules/staticlib_without_cpp/xmake.lua6
2 files changed, 0 insertions, 7 deletions
diff --git a/tests/projects/c++/modules/staticlib_without_cpp/test.lua b/tests/projects/c++/modules/staticlib_without_cpp/test.lua
deleted file mode 100644
index 7717f8049..000000000
--- a/tests/projects/c++/modules/staticlib_without_cpp/test.lua
+++ /dev/null
@@ -1 +0,0 @@
-inherit(".test_base")
diff --git a/tests/projects/c++/modules/staticlib_without_cpp/xmake.lua b/tests/projects/c++/modules/staticlib_without_cpp/xmake.lua
deleted file mode 100644
index bff9c5d13..000000000
--- a/tests/projects/c++/modules/staticlib_without_cpp/xmake.lua
+++ /dev/null
@@ -1,6 +0,0 @@
-add_rules("mode.release", "mode.debug")
-set_languages("c++20")
-
-target("mod")
- set_kind("static")
- add_files("src/mod.mpp", {public = true})