We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6dd345 + fe0a23a commit b4fe053Copy full SHA for b4fe053
2 files changed
test/rvariant/CMakeLists.txt
@@ -3,14 +3,17 @@
3
set(
4
IRIS_TEST_RVARIANT_TESTS
5
rvariant
6
- many_alternatives_32
7
get_visit
8
flexible
9
recursive_wrapper
10
truly_recursive
11
io
12
)
13
+if(IRIS_CI)
14
+ list(APPEND IRIS_TEST_RVARIANT_TESTS many_alternatives_32)
15
+endif()
16
+
17
iris_define_sub_tests(rvariant ${IRIS_TEST_RVARIANT_TESTS})
18
19
foreach(test_name IN LISTS IRIS_TEST_RVARIANT_TESTS)
test/rvariant/many_alternatives_32.cpp
@@ -1,9 +1,7 @@
1
// SPDX-License-Identifier: MIT
2
-#if IRIS_CI
#include "iris_rvariant_test.hpp"
-
namespace unit_test {
namespace {
@@ -97,5 +95,3 @@ TEST_CASE("many alternatives (32)")
97
95
}
98
96
99
} // unit_test
100
101
-#endif // IRIS_CI
0 commit comments