Skip to content

Commit e21948f

Browse files
committed
More debug again
1 parent a714e53 commit e21948f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/Findcmocka/runner.c.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ static int parse_options(int argc, char *argv[])
130130

131131
int main(int argc, char *argv[])
132132
{
133+
fprintf(stderr, "started cmocka runner!\n");
133134
int cnt = 0; /* number of failed tests */
134135
char *prog = argv[0];
135136

@@ -139,7 +140,6 @@ int main(int argc, char *argv[])
139140
}
140141
}
141142

142-
//fprintf(stderr, "started the cmocka runner!\n");
143143
if (parse_options(argc, argv) != 0) {
144144
usage(prog);
145145
return 1;

0 commit comments

Comments
 (0)