diff options
Diffstat (limited to 'qpid/extras/dispatch/tests/run_unit_tests.c')
| -rw-r--r-- | qpid/extras/dispatch/tests/run_unit_tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/tests/run_unit_tests.c b/qpid/extras/dispatch/tests/run_unit_tests.c index 4b83d84b40..99b58c5664 100644 --- a/qpid/extras/dispatch/tests/run_unit_tests.c +++ b/qpid/extras/dispatch/tests/run_unit_tests.c @@ -24,6 +24,7 @@ int tool_tests(); int timer_tests(); int alloc_tests(); int server_tests(); +int parse_tests(); int main(int argc, char** argv) { @@ -37,6 +38,7 @@ int main(int argc, char** argv) result += timer_tests(); result += alloc_tests(); result += server_tests(argv[1]); + result += parse_tests(0); return result; } |
