Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
6d3577ef
Commit
6d3577ef
authored
Jan 04, 2012
by
Pieter Noordhuis
Browse files
Print test name after running it
parent
67cf8224
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-helper.h
View file @
6d3577ef
...
@@ -59,6 +59,7 @@ static void test__##name(void); \
...
@@ -59,6 +59,7 @@ static void test__##name(void); \
static void test_##name(void) { \
static void test_##name(void) { \
current_test = #name; \
current_test = #name; \
test__##name(); \
test__##name(); \
printf("%s: PASSED\n", current_test); \
} \
} \
static void test__##name(void)
static void test__##name(void)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment