We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9d696 commit 65a99b9Copy full SHA for 65a99b9
regression-tests/CMakeLists.txt
@@ -114,17 +114,7 @@ endfunction()
114
function(cppfront_build_tests)
115
cmake_parse_arguments(PARSE_ARGV 0 ARG "" "SOURCE" "EXTRA_FLAGS")
116
117
- # The following tests aren't expected to be buildable C++, even if
118
- # cppfront succeeds.
119
- set(
120
- codegen_only_tests
121
- mixed-postfix-expression-custom-formatting
122
- )
123
-
124
cmake_path(GET ARG_SOURCE STEM test_name)
125
- if (test_name IN_LIST codegen_only_tests)
126
- return()
127
- endif ()
128
129
set(test_dir "${CMAKE_CURRENT_BINARY_DIR}/${test_name}")
130
0 commit comments