~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Brian Aker
  • Date: 2010-11-06 15:43:10 UTC
  • mfrom: (1908.1.1 merge)
  • Revision ID: brian@tangent.org-20101106154310-g1jpjzwbc53pfc4f
Filesort encapsulation, plus modification to copy contructor

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
 
 
49
40
EXTRA_DIST += \
50
41
        $(EXTRA_SCRIPTS) \
51
42
        ${srcdir}/tests/README.stress \
104
95
test-all:
105
96
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(ALL_TESTS))
106
97
 
107
 
test-mem:
108
 
        ( cd tests && $(TEST_RUN_MEM) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(NORMAL_TESTS))
109
 
 
110
98
test-drizzle:
111
99
        ( cd tests && $(TEST_RUN) $(TEST_RUN_EXTRA_OPTIONS) --fast --force --suite=$(NORMAL_TESTS))
112
100