~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/include.am

little fix in include.am 
fixed temporal_format_test to compile
fixed temporal_interval_test and main so that environment gets initialized properly before tests
tests for TemporalInterval::initFromItem
fixed bug in TemporalInterval::getIntervalFromString, which caused microseconds not to get expanded, when high end elements were not present

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# All paths should be given relative to the root
4
4
 
5
5
if HAVE_LIBGTEST
6
 
check_PROGRAMS +=       unittests/unittests
 
6
check_PROGRAMS += unittests/unittests
7
7
 
8
 
unittests_calendar_test_SOURCES =
 
8
unittests_unittests_SOURCES = \
9
9
                             unittests/atomics_test.cc \
10
10
                             unittests/calendar_test.cc \
11
11
                                         unittests/date_test.cc \