File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 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 11.PHONY : all cprover.dir test
22
3- SRC = catch_entry_point .cpp \
3+ SRC = unit_tests .cpp \
44 catch_example.cpp \
55 # Empty last line
66
@@ -26,7 +26,7 @@ LIBS = ../src/ansi-c/ansi-c$(LIBEXT) \
2626 ../src/solvers/solvers$(LIBEXT ) \
2727 # Empty last line
2828
29- TESTS = catch_entry_point $(EXEEXT ) \
29+ TESTS = unit_tests $(EXEEXT ) \
3030 miniBDD$(EXEEXT ) \
3131 string_utils$(EXEEXT ) \
3232 sharing_node$(EXEEXT ) \
@@ -43,7 +43,7 @@ test: all
4343
4444# ##############################################################################
4545
46- catch_entry_point $(EXEEXT ) : $(OBJ )
46+ unit_tests $(EXEEXT ) : $(OBJ )
4747 $(LINKBIN )
4848
4949miniBDD$(EXEEXT ) : miniBDD$(OBJEXT )
Original file line number Diff line number Diff line change 55 Author: DiffBlue Limited. All rights reserved.
66
77\*******************************************************************/
8- #ifndef CATCH_ENTRY_POINT_H
9- #define CATCH_ENTRY_POINT_H
108
119#define CATCH_CONFIG_MAIN
1210#include " catch.hpp"
13-
14-
15- #endif // CATCH_ENTRY_POINT_H
You can’t perform that action at this time.
0 commit comments