~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/include.am

merged mtaylors unittests branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# included from Top Level Makefile.am
3
3
# All paths should be given relative to the root
4
4
 
 
5
if HAVE_LIBGTEST
5
6
check_PROGRAMS += unittests/calendar_test
6
7
 
7
8
unittests_calendar_test_LDADD = drizzled/libtemporal.la ${LTLIBGTEST}
8
9
 
9
10
unittests_calendar_test_SOURCES = unittests/calendar_test.cc \
10
11
        unittests/temporal_test.cc unittests/temporal_format_test.cc \
11
 
        unittests/temporal_interval_test.cc unittests/generator.cc
 
 
b'\\ No newline at end of file'
 
12
        unittests/temporal_interval_test.cc unittests/generator.cc
 
13
endif
 
14