Skip to content

Commit 7e261a2

Browse files
committed
Remove catch_example.cpp pseudo unit-test
We now have ample examples of unit tests.
1 parent f32ae14 commit 7e261a2

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

unit/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Source files for test utilities
44
SRC = unit_tests.cpp \
5-
catch_example.cpp \
65
# Empty last line
76

87
# Test source files
@@ -114,7 +113,6 @@ CATCH_TEST = unit_tests$(EXEEXT)
114113
N_CATCH_TESTS = $(shell \
115114
cat $$(find . -name "*.cpp" \
116115
-and -not -name "miniBDD_new.cpp" \
117-
-and -not -name "catch_example.cpp" \
118116
-a -not -name "expr_undefined_casts.cpp") | \
119117
grep -c -E "(SCENARIO|TEST_CASE)")
120118

unit/catch_example.cpp

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)