~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Brian Aker
  • Date: 2010-02-04 16:29:34 UTC
  • mfrom: (1277.1.1 trunk)
  • Revision ID: brian@gaz-20100204162934-oku72zwxwky0zb8r
Merge Lee

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
test-big-junitxml:
112
112
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=big --subunit | subunit2junitxml --no-passthrough > junit-format-big.xml )
113
113
 
 
114
test-jp:
 
115
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=jp )
 
116
 
114
117
test-plugins:
115
118
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(PLUGIN_TESTS) )
116
119