~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-03-18 18:45:23 UTC
  • mto: (950.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 943.
  • Revision ID: mordred@inaugust.com-20090318184523-mfbjyj5wkipv4n3b
Moved big tests to big suite. Added make target "make test-big" to allow for easy running of the big tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
 
79
79
.PHONY: test \
80
 
    test-force \
81
 
    test-full \
82
 
    test-force-full \
83
 
    test-force-mem \
84
 
    test-pl \
85
 
    test-force-pl \
86
 
    test-full-pl \
87
 
    test-force-full-pl \
88
 
    test-force-pl-mem \
89
 
    test-ps test-nr \
90
 
    test-pr test-ns \
91
 
    test-binlog-statement \
92
 
    test-ext-funcs \
93
 
    test-ext-rpl \
94
 
    test-ext-jp \
95
 
    test-ext-stress \
96
 
    test-ext \
97
 
    test-embedded \
98
 
    test-fast \
99
 
    test-fast-cursor \
100
 
    test-fast-view \
101
 
    test-full-qa
 
80
        test-drizzle \
 
81
        test-big
102
82
 
103
83
# Target 'test' will run the regression test suite using the built server.
104
84
#
116
96
test-drizzle:
117
97
          $(TEST_RUN) --fast --force --suite=main,vcol
118
98
 
 
99
test-big:
 
100
          $(TEST_RUN) --fast --force --big-test --suite=big
 
101
 
119
102
distclean-local:
120
103
        rm -rf var