~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/include.am

  • Committer: Monty Taylor
  • Date: 2010-06-01 20:35:25 UTC
  • mfrom: (1578.1.5 build)
  • Revision ID: mordred@inaugust.com-20100601203525-klt550a0q0e81qq2
Merged in pthread atomics unittests and archive_reader
boost::program_options, with build fixes for solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:ft=automake
 
2
# included from Top Level Makefile.am
 
3
# All paths should be given relative to the root
 
4
 
 
5
if HAVE_LIBGTEST
 
6
check_PROGRAMS +=       unittests/calendar_test \
 
7
                        unittests/atomics_test
 
8
 
 
9
unittests_calendar_test_LDADD = drizzled/libtemporal.la ${LTLIBGTEST}
 
10
unittests_calendar_test_SOURCES = unittests/calendar_test.cc
 
11
 
 
12
unittests_atomics_test_SOURCES = unittests/atomics_test.cc
 
13
unittests_atomics_test_LDADD = ${LTLIBGTEST}
 
14
endif