~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Merged me and also fixed the md5 linking error.

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