~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-07-27 17:26:22 UTC
  • mto: (1093.7.1 captain)
  • mto: This revision was merged to the branch mainline in revision 1101.
  • Revision ID: mordred@inaugust.com-20090727172622-z1pg2wshlpabq4dg
Added support for conditionally building plugin's test suite if the plugin is built.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
EXTRA_SCRIPTS =         valgrind.supp $(PRESCRIPTS)
22
22
GENSCRIPTS =            install_test_db dtr test-run
23
23
PRESCRIPTS =            test-run.pl stress-test.pl
24
 
PLUGIN_TESTS =          md5
 
24
PLUGIN_TESTS =          $(drizzled_plugin_test_list)
25
25
ALL_TESTS =             main,big,$(PLUGIN_TESTS)
26
26
noinst_SCRIPTS =        $(GENSCRIPTS) $(PRESCRIPTS)
27
27
CLEANFILES =            $(GENSCRIPTS) mtr
101
101
        $(TEST_RUN) --fast --force --suite=$(ALL_TESTS)
102
102
 
103
103
test-drizzle:
104
 
        $(TEST_RUN) --fast --force --suite=main
 
104
        $(TEST_RUN) --fast --force --suite=main,$(PLUGIN_TESTS)
105
105
 
106
106
test-big:
107
107
        $(TEST_RUN) --fast --force --suite=big