~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

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