~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

Removed a bunch of files that are cruft, useless or just plain suck.
Also, fixed distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
benchdir_root=          $(prefix)
19
19
testdir =               $(benchdir_root)/mysql-test
20
20
EXTRA_SCRIPTS =         tests/valgrind.supp $(PRESCRIPTS)
21
 
GENSCRIPTS =            tests/install_test_db tests/dtr tests/test-run
 
21
GENSCRIPTS =            tests/dtr tests/test-run
22
22
PRESCRIPTS =            tests/test-run.pl tests/stress-test.pl
23
23
PLUGIN_TESTS =          $(pandora_plugin_test_list)
24
24
ALL_TESTS =             main,big,$(PLUGIN_TESTS)
41
41
 
42
42
EXTRA_DIST += \
43
43
        $(EXTRA_SCRIPTS) \
44
 
        tests/suite \
45
 
        tests/t \
46
 
        tests/extra/rpl_tests/*.test \
47
 
        tests/extra/binlog_tests/*.test \
48
 
        tests/include/*.inc \
49
 
        tests/include/*.sql \
50
 
        tests/include/*.test \
51
 
        tests/r/*.result \
52
 
        tests/r/*.require \
53
 
        tests/std_data/Moscow_leap \
54
 
        tests/std_data/Index.xml \
55
 
        tests/std_data/*.dat \
56
 
        tests/std_data/*.000001 \
57
 
        tests/std_data/des_key_file \
58
 
        tests/std_data/*.pem \
59
 
        tests/std_data/*.txt \
60
 
        tests/std_data/*.frm \
61
 
        tests/std_data/*.MY* \
62
 
        tests/std_data/*.cnf \
63
 
        tests/std_data/parts/part_* \
64
 
        tests/lib/*.pl \
65
 
        tests/lib/My/*.pm
 
44
        ${srcdir}/tests/suite \
 
45
        ${srcdir}/tests/t \
 
46
        ${srcdir}/tests/include/*.inc \
 
47
        ${srcdir}/tests/include/*.sql \
 
48
        ${srcdir}/tests/include/*.test \
 
49
        ${srcdir}/tests/r/*.result \
 
50
        ${srcdir}/tests/r/*.require \
 
51
        ${srcdir}/tests/std_data \
 
52
        ${srcdir}/tests/lib/*.pl \
 
53
        ${srcdir}/tests/lib/My/*.pm
66
54
 
67
55
check: test-drizzle
68
56
 
122
110
distclean-local: nukevar
123
111
 
124
112
nukevar:
125
 
        rm -rf var
 
113
        rm -rf tests/var
126
114
 
127
115
.PHONY: nukevar