File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change
1
+ # Unit test binaries
2
+ miniBDD
3
+ sharing_node
4
+ string_utils
5
+ unit_tests
Original file line number Diff line number Diff line change 1
1
.PHONY : all cprover.dir test
2
2
3
- SRC = catch_entry_point .cpp \
3
+ SRC = unit_tests .cpp \
4
4
catch_example.cpp \
5
5
# Empty last line
6
6
@@ -26,7 +26,7 @@ LIBS = ../src/ansi-c/ansi-c$(LIBEXT) \
26
26
../src/solvers/solvers$(LIBEXT ) \
27
27
# Empty last line
28
28
29
- TESTS = catch_entry_point $(EXEEXT ) \
29
+ TESTS = unit_tests $(EXEEXT ) \
30
30
miniBDD$(EXEEXT ) \
31
31
string_utils$(EXEEXT ) \
32
32
sharing_node$(EXEEXT ) \
@@ -43,7 +43,7 @@ test: all
43
43
44
44
# ##############################################################################
45
45
46
- catch_entry_point $(EXEEXT ) : $(OBJ )
46
+ unit_tests $(EXEEXT ) : $(OBJ )
47
47
$(LINKBIN )
48
48
49
49
miniBDD$(EXEEXT ) : miniBDD$(OBJEXT )
Original file line number Diff line number Diff line change 5
5
Author: DiffBlue Limited. All rights reserved.
6
6
7
7
\*******************************************************************/
8
- #ifndef CATCH_ENTRY_POINT_H
9
- #define CATCH_ENTRY_POINT_H
10
8
11
9
#define CATCH_CONFIG_MAIN
12
10
#include " catch.hpp"
13
-
14
-
15
- #endif // CATCH_ENTRY_POINT_H
You can’t perform that action at this time.
0 commit comments