~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Lee Bieber
  • Date: 2011-02-16 23:36:13 UTC
  • mfrom: (2170.3.1 drizzle_make)
  • mto: This revision was merged to the branch mainline in revision 2174.
  • Revision ID: kalebral@gmail.com-20110216233613-r0vasvw1pdwvdck9
Merge Patrick - 719445: dbqp not being included in tarballs / make distcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
benchdir_root=          $(prefix)
21
21
testdir =               $(benchdir_root)/mysql-test
22
22
EXTRA_SCRIPTS =         tests/valgrind.supp $(PRESCRIPTS)
23
 
GENSCRIPTS =            tests/dtr tests/mtr tests/test-run
 
23
GENSCRIPTS =            tests/dtr tests/mtr tests/test-run tests/dbqp
24
24
PRESCRIPTS =            tests/test-run.pl tests/stress-test.pl
25
25
PLUGIN_TESTS =          $(pandora_plugin_test_list)
26
26
NORMAL_TESTS =          main,bool_type,cast,ddl_transactions,execute,flush_tables,identifiers,jp,mysql_compatibility,regression,tamil,time_type,unsigned_integer_type,uuid_type,microtime_type,$(PLUGIN_TESTS)
59
59
 
60
60
EXTRA_DIST += \
61
61
        $(EXTRA_SCRIPTS) \
 
62
        ${srcdir}/tests/dbqp.py \
62
63
        ${srcdir}/tests/README.stress \
63
64
        ${srcdir}/tests/suite \
64
65
        ${srcdir}/tests/t \
96
97
        $(RM) -f tests/test-run
97
98
        $(LN_S) test-run.pl tests/test-run
98
99
 
 
100
tests/dbqp:  
 
101
        $(RM) -f tests/dbqp
 
102
        $(LN_S) dbqp.py tests/dbqp
 
103
 
99
104
 
100
105
.PHONY: test \
101
106
        test-all \