~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-06-07 12:05:17 UTC
  • mfrom: (1014.5.10 drizzle-test-coverage)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: mordred@inaugust.com-20090607120517-4nv8kd7j3zm265fx
Merged lee from lp:~kalebral/drizzle/drizzle-test-coverage

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 =          crc32,csv,hello_world,md5
 
25
ALL_TESTS =             main,big,$(PLUGIN_TESTS)
24
26
noinst_SCRIPTS =        $(GENSCRIPTS) $(PRESCRIPTS)
25
27
CLEANFILES =            $(GENSCRIPTS) mtr
26
28
noinst_PROGRAMS =       resolve_stack_dump
77
79
 
78
80
 
79
81
.PHONY: test \
 
82
        test-all \
 
83
        test-big \
80
84
        test-drizzle \
81
 
        test-big
 
85
        test-plugins
82
86
 
83
87
# Target 'test' will run the regression test suite using the built server.
84
88
#
93
97
# Please keep the list of tests in alphabetical order for ease of
94
98
# maintenance and verification
95
99
 
 
100
test-all:
 
101
        $(TEST_RUN) --fast --force --suite=$(ALL_TESTS)
 
102
 
96
103
test-drizzle:
97
104
        $(TEST_RUN) --fast --force --suite=main
98
105
 
99
106
test-big:
100
 
        $(TEST_RUN) --fast --force --big-test --suite=big
 
107
        $(TEST_RUN) --fast --force --suite=big
 
108
 
 
109
test-plugins:
 
110
        $(TEST_RUN) --fast --force --suite=$(PLUGIN_TESTS)
101
111
 
102
112
distclean-local:
103
113
        rm -rf var