~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Mark Atwood
  • Date: 2011-08-17 01:03:12 UTC
  • mfrom: (2392.1.2 drizzle-autoconf)
  • Revision ID: me@mark.atwood.name-20110817010312-jcx21h48r4cce1z3
mergeĀ lp:~brianaker/drizzle/valgrind-fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        ./libtool --mode=execute gdb ./drizzled/drizzled
152
152
 
153
153
test-valgrind: tests/var/drizzle
154
 
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --force --suite=$(NORMAL_TESTS) && python strip-valgrind
 
154
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --force --suite=$(NORMAL_TESTS) && python tests/strip-valgrind
155
155
 
156
156
test-valgrind-suppressions: tests/var/drizzle
157
 
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --valgrind-option='--gen-suppressions=all' --valgrind-option='--show-reachable=yes' --force --suite=$(NORMAL_TESTS) && python strip-valgrind)
 
157
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --valgrind --valgrind-option='--gen-suppressions=all' --valgrind-option='--show-reachable=yes' --force --suite=$(NORMAL_TESTS) && python tests/strip-valgrind)
158
158
 
159
159
test-junitxml: tests/var/drizzle
160
160
        $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(NORMAL_TESTS) --subunit | subunit2junitxml --no-passthrough > junit-format.xml