We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32ae14 commit 7e261a2Copy full SHA for 7e261a2
unit/Makefile
@@ -2,7 +2,6 @@
2
3
# Source files for test utilities
4
SRC = unit_tests.cpp \
5
- catch_example.cpp \
6
# Empty last line
7
8
# Test source files
@@ -114,7 +113,6 @@ CATCH_TEST = unit_tests$(EXEEXT)
114
113
N_CATCH_TESTS = $(shell \
115
cat $$(find . -name "*.cpp" \
116
-and -not -name "miniBDD_new.cpp" \
117
- -and -not -name "catch_example.cpp" \
118
-a -not -name "expr_undefined_casts.cpp") | \
119
grep -c -E "(SCENARIO|TEST_CASE)")
120
unit/catch_example.cpp
0 commit comments