~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Brian Aker
  • Date: 2011-08-16 23:06:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2401.
  • Revision ID: brian@tangent.org-20110816230632-alsihb0zi99ftotr
This fixes up the valgrind issues (ie path, and the testing of drizzletest)

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