~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/include.am

Hook in to autoconf and automake.

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
 
noinst_PROGRAMS+= unittests/unittests
 
5
check_PROGRAMS += unittests/calendar_test
6
6
 
7
 
unittests_unittests_SOURCES=    unittests/calendar_test.cc drizzled/calendar.cc
 
 
b'\\ No newline at end of file'
 
7
unittests_calendar_test_LDADD = drizzled/libdrizzled.la ${LTLIBGTEST}