~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: lbieber
  • Date: 2010-10-08 01:11:05 UTC
  • mfrom: (1821.1.4 build)
  • Revision ID: lbieber@orisndriz08-20101008011105-1tbwbvz9me9fy7ua
Merge Monty - Fixed the last of the ICC warnings. Turned on warnings=errors
Merge Brian - fixu bug #655558: SELECT 102/(1-1) should error on divide by zero          
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