~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include.am

  • Committer: Vijay Samuel
  • Date: 2010-08-20 02:23:54 UTC
  • mfrom: (1720.1.4 build)
  • mto: (1726.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1727.
  • Revision ID: vijay@vijay-20100820022354-sxunltk8q3nb8ld2
Merge removed the drizzled/option.h include from client_priv.h and archive_reader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
ALL_TESTS =             main,big,$(PLUGIN_TESTS)
26
26
noinst_SCRIPTS =        $(GENSCRIPTS) $(PRESCRIPTS)
27
27
CLEANFILES +=           $(GENSCRIPTS) tests/mtr
28
 
noinst_PROGRAMS +=      tests/resolve_stack_dump
29
 
tests_resolve_stack_dump_SOURCES = tests/resolve_stack_dump.cc
30
 
tests_resolve_stack_dump_LDADD = ${TEST_LDADD} ${BOOST_LIBS}
31
 
 
32
 
TEST_LDADD=             drizzled/internal/libinternal.la \
33
 
                        $(LIBINTL)
34
28
 
35
29
TEST_RUN= $(PERL) -I../$(top_srcdir)/tests/lib \
36
30
                ../${top_srcdir}/tests/test-run.pl \
44
38
EXTRA_DIST += \
45
39
        $(EXTRA_SCRIPTS) \
46
40
        ${srcdir}/tests/README.stress \
47
 
        ${srcdir}/tests/resolve-stack \
48
41
        ${srcdir}/tests/suite \
49
42
        ${srcdir}/tests/t \
50
43
        ${srcdir}/tests/include/*.inc \