We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3c91a commit c55af99Copy full SHA for c55af99
include/CppUTest/UtestMacros.h
@@ -85,6 +85,7 @@
85
86
#define IMPORT_TEST_GROUP(testGroup) \
87
extern int externTestGroup##testGroup;\
88
+ extern int* p##testGroup; \
89
int* p##testGroup = &externTestGroup##testGroup
90
91
// Different checking macros
0 commit comments