~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Brian Aker
  • Date: 2010-12-08 21:50:36 UTC
  • mfrom: (1976.6.3 catalogs)
  • Revision ID: brian@tangent.org-20101208215036-8t90yz5tx3m8f4n9
MergeĀ inĀ 686197.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                --testdir=../${top_srcdir}/tests \
38
38
                --dtr-build-thread=$$$$
39
39
 
 
40
TEST_RUN_MEM= $(PERL) -I../$(top_srcdir)/tests/lib \
 
41
              ../${top_srcdir}/tests/test-run.pl \
 
42
              --top-srcdir=../${top_srcdir} \
 
43
              --top-builddir=../${top_builddir} \
 
44
              --mem \
 
45
              --suitepath=../${top_srcdir}/plugin \
 
46
              --testdir=../${top_srcdir}/tests \
 
47
              --dtr-build-thread=$$$$
 
48
 
40
49
EXTRA_DIST += \
41
50
        $(EXTRA_SCRIPTS) \
42
51
        ${srcdir}/tests/README.stress \
95
104
test-all:
96
105
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(ALL_TESTS))
97
106
 
 
107
test-mem:
 
108
        ( cd tests && $(TEST_RUN_MEM) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(NORMAL_TESTS))
 
109
 
98
110
test-drizzle:
99
111
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(NORMAL_TESTS))
100
112