summaryrefslogtreecommitdiff
path: root/next/test/CTestCustom.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'next/test/CTestCustom.cmake')
-rw-r--r--next/test/CTestCustom.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/next/test/CTestCustom.cmake b/next/test/CTestCustom.cmake
new file mode 100644
index 0000000000..d75b2e3ee2
--- /dev/null
+++ b/next/test/CTestCustom.cmake
@@ -0,0 +1,9 @@
+set(
+ CTEST_CUSTOM_TESTS_IGNORE
+ include-test-bundle
+ include-test-targets
+ io-test
+ weak-test
+ typewrapper-test
+ value-test
+)