~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Brian Aker
  • Date: 2010-10-06 00:12:36 UTC
  • mto: (1821.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1822.
  • Revision ID: brian@tangent.org-20101006001236-ja4dcmcrmozesdh3
This fixes the IS key_column_usage table to correctly respond to FK.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
GENSCRIPTS =            tests/dtr tests/mtr tests/test-run
23
23
PRESCRIPTS =            tests/test-run.pl tests/stress-test.pl
24
24
PLUGIN_TESTS =          $(pandora_plugin_test_list)
25
 
NORMAL_TESTS =          main,jp,tamil,$(PLUGIN_TESTS)
26
 
ALL_TESTS =             main,big,jp,tamil,$(PLUGIN_TESTS)
 
25
NORMAL_TESTS =          main,jp,tamil,regression,$(PLUGIN_TESTS)
 
26
ALL_TESTS =             main,big,jp,tamil,regression,$(PLUGIN_TESTS)
27
27
noinst_SCRIPTS =        $(GENSCRIPTS) $(PRESCRIPTS)
28
28
CLEANFILES +=           $(GENSCRIPTS) tests/mtr
29
29