~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-11-18 06:11:12 UTC
  • mfrom: (1220.1.10 staging)
  • Revision ID: brian@gaz-20091118061112-tyf4qrfr5v7i946b
Monty + Brian Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
TEST_RUN= $(PERL) -I$(top_srcdir)/tests/lib \
36
36
                ${top_srcdir}/tests/test-run.pl \
37
37
                --vardir=${top_builddir}/tests/var \
 
38
                --suitepath=${top_srcdir}/plugin \
38
39
                --testdir=${top_srcdir}/tests \
39
40
                --mtr-build-thread=$$$$
40
41