~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-16 09:27:37 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-20081216092737-a0ypd9wm6k6eo9yv
Added testdir setting support to drizzletest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
# dtr - a shortcut for executing test-run.pl
65
65
dtr:
66
66
        $(RM) -f mtr dtr
67
 
        $(LN_S) test-run.pl mtr
68
 
        $(LN_S) test-run.pl dtr
 
67
        $(LN_S) ${top_srcdir}/tests/test-run.pl mtr
 
68
        $(LN_S) ${top_srcdir}/tests/test-run.pl dtr
69
69
        $(MKDIR_P) ${top_builddir}/tests/var
70
70
 
71
71
# test-run - a shortcut for executing test-run.pl
72
72
test-run:
73
73
        $(RM) -f test-run
74
 
        $(LN_S) test-run.pl test-run
 
74
        $(LN_S) ${top_srcdir}/tests/test-run.pl test-run
75
75
 
76
76
 
77
77
.PHONY: test \