File tree 3 files changed +31
-0
lines changed 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
SRC = \
2
2
c_to_expr.cpp \
3
3
free_form_cmdline.cpp \
4
+ message.cpp \
4
5
require_expr.cpp \
5
6
require_symbol.cpp \
6
7
run_test_with_compilers.cpp \
Original file line number Diff line number Diff line change
1
+ /* ******************************************************************\
2
+
3
+ Module: Unit test utilities
4
+
5
+ Author: Diffblue Ltd.
6
+
7
+ \*******************************************************************/
8
+
9
+ // / \file
10
+ // / Global instance of `null_message_handlert`.
11
+
12
+ #include " message.h"
13
+
14
+ null_message_handlert null_message_handler;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************\
2
+
3
+ Module: Unit test utilities
4
+
5
+ Author: DiffBlue Limited. All rights reserved.
6
+
7
+ \*******************************************************************/
8
+
9
+ #ifndef CPROVER_TESTING_UTILS_MESSAGE_H
10
+ #define CPROVER_TESTING_UTILS_MESSAGE_H
11
+
12
+ #include <util/message.h>
13
+
14
+ null_message_handlert extern null_message_handler ;
15
+
16
+ #endif // CPROVER_TESTING_UTILS_MESSAGE_H
You can’t perform that action at this time.
0 commit comments