~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

updating to latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
GENSCRIPTS =            tests/dtr tests/mtr tests/test-run
24
24
PRESCRIPTS =            tests/test-run.pl tests/stress-test.pl
25
25
PLUGIN_TESTS =          $(pandora_plugin_test_list)
26
 
NORMAL_TESTS =          main,bool_type,cast,flush_tables,identifiers,jp,mysql_compatibility,regression,tamil,time_type,unsigned_integer_type,uuid_type,$(PLUGIN_TESTS)
27
 
ALL_TESTS =             main,big,jp,tamil,regression,$(PLUGIN_TESTS)
 
26
NORMAL_TESTS =          main,bool_type,cast,flush_tables,identifiers,jp,mysql_compatibility,regression,tamil,time_type,unsigned_integer_type,uuid_type,microtime_type,$(PLUGIN_TESTS)
 
27
ALL_TESTS =             main,big,jp,tamil,regression,microtime_type,$(PLUGIN_TESTS)
28
28
noinst_SCRIPTS =        $(GENSCRIPTS) $(PRESCRIPTS)
29
29
CLEANFILES +=           $(GENSCRIPTS) tests/mtr
30
30