~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-12-05 08:42:31 UTC
  • mfrom: (1237.2.12 push)
  • mto: (1238.1.6 push)
  • mto: This revision was merged to the branch mainline in revision 1240.
  • Revision ID: mordred@inaugust.com-20091205084231-j6h9ct4n6eavvol9
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
test-drizzle:
105
105
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=main,$(PLUGIN_TESTS)
106
106
 
 
107
test-valgrind:
 
108
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --force --suite=main,$(PLUGIN_TESTS)
 
109
 
107
110
test-junitxml:
108
111
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=main,$(PLUGIN_TESTS) --subunit | subunit2junitxml --no-passthrough > junit-format.xml
109
112