~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-16 08:35:58 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216083558-s44ctw4b7f7o6qv7
Makde mtr work in VPATH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
EXTRA_DIST = \
38
38
        $(EXTRA_SCRIPTS) \
 
39
        suite \
39
40
        t/*.test \
40
41
        t/*.opt \
41
42
        extra/rpl_tests/*.test \
65
66
        $(RM) -f mtr dtr
66
67
        $(LN_S) test-run.pl mtr
67
68
        $(LN_S) test-run.pl dtr
 
69
        -mkdir -fp ${top_builddir}/tests/var
68
70
 
69
71
# test-run - a shortcut for executing test-run.pl
70
72
test-run: