Browse Source

unit_test add missing definition

sbg
Daniel Agar 8 years ago committed by Nuno Marques
parent
commit
aab91af05b
  1. 1
      src/include/unit_test.h

1
src/include/unit_test.h

@ -39,6 +39,7 @@ @@ -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(); \

Loading…
Cancel
Save