~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: lbieber
  • Date: 2010-10-07 21:43:26 UTC
  • mfrom: (1812.4.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1822.
  • Revision ID: lbieber@orisndriz08-20101007214326-9i4hc7n5nl7cy2fw
Merge Brian - fix bug #654219: information_schema.key_column_usage does not contain information about FKs

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