unit_test add missing definition

This commit is contained in:
Daniel Agar 2017-06-03 13:58:37 -04:00 committed by Nuno Marques
parent 79869c848f
commit aab91af05b

View File

@ -39,6 +39,7 @@
#define ut_declare_test_c(test_function, test_class) \
extern "C" { \
int test_function(int argc, char *argv[]); \
int test_function(int argc, char *argv[]) \
{ \
test_class* test = new test_class(); \