~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Patrick Crews
  • Date: 2011-01-28 22:25:58 UTC
  • mto: (2126.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2127.
  • Revision ID: gleebix@gmail.com-20110128222558-07zsivkzdn0zmvca
Tinkering with include.am

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        test-all \
100
100
        test-big \
101
101
        test-drizzle \
 
102
        test-dbqp \
102
103
        test-plugins
103
104
 
104
105
# Target 'test' will run the regression test suite using the built server.
145
146
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(PLUGIN_TESTS) )
146
147
 
147
148
test-dbqp:
148
 
        ( cd tests && $(TEST_RUN_DBQP) $(TEST_RUN_EXTRA_OPTIONS) --force --suite=$(PLUGIN_TESTS) )
 
149
        ( cd tests && $(TEST_RUN_DBQP) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(PLUGIN_TESTS) )
 
150
 
149
151
 
150
152
distclean-local: nukevar
151
153
 
152
154
nukevar:
153
 
        rm -rf tests/var
 
155
        rm -rf tests/var \
 
156
        rm -rf tests/dbqp_work 
 
157
 
154
158
 
155
159
.PHONY: nukevar