~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Lee Bieber
  • Date: 2011-02-12 15:59:03 UTC
  • mfrom: (2158.2.2 dbqp_gdb)
  • Revision ID: kalebral@gmail.com-20110212155903-zzuwvuyk5zq2esmu
Merge Patrick - 709648: --gdb in dbqp.py is broken 

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
test-plugins: 
148
148
        ( $(MAKE) $(AM_MAKEFLAGS) && cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(PLUGIN_TESTS) )
149
149
 
150
 
test-dbqp: check
 
150
test-dbqp: 
151
151
        ( $(MAKE) $(AM_MAKEFLAGS) && cd tests && $(TEST_RUN_DBQP) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(NORMAL_TESTS) )
152
152
 
153
153