~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

pandora-build v0.85 - Fixed the C++ standard setting in the build checks.

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/dtr tests/test-run
 
21
GENSCRIPTS =            tests/dtr tests/mtr 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)
56
56
 
57
57
# dtr - a shortcut for executing test-run.pl
58
58
tests/dtr:
59
 
        $(RM) -f tests/mtr tests/dtr
60
 
        $(LN_S) ${top_srcdir}/tests/test-run.pl tests/mtr
61
 
        $(LN_S) ${top_srcdir}/tests/test-run.pl tests/dtr
62
 
        $(mkdir_p) ${top_builddir}/tests/var
 
59
        $(RM) -f tests/dtr
 
60
        $(LN_S) test-run.pl tests/dtr
 
61
 
 
62
tests/var:
 
63
        $(mkdir_p) tests/var
 
64
 
 
65
tests/mtr:
 
66
        $(RM) -f tests/mtr
 
67
        $(LN_S) test-run.pl tests/mtr
63
68
 
64
69
# test-run - a shortcut for executing test-run.pl
65
 
tests/test-run:
 
70
tests/test-run: tests/var
66
71
        $(RM) -f tests/test-run
67
 
        $(LN_S) ${top_srcdir}/tests/test-run.pl tests/test-run
 
72
        $(LN_S) test-run.pl tests/test-run
68
73
 
69
74
 
70
75
.PHONY: test \