~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

Mege Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
test-valgrind:
96
96
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --force --suite=main,$(PLUGIN_TESTS))
97
97
 
 
98
test-valgrind-suppressions:
 
99
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --valgrind-option='--gen-suppressions=all' --valgrind-option='--show-reachable=yes' --force --suite=main,$(PLUGIN_TESTS))
 
100
 
98
101
test-junitxml:
99
102
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=main,$(PLUGIN_TESTS) --subunit | subunit2junitxml --no-passthrough > junit-format.xml )
100
103