2
# included from Top Level Makefile.am
3
# All paths should be given relative to the root
6
check_PROGRAMS += unittests/unittests
10
unittests/plugin/plugin_stubs.h \
11
unittests/temporal_generator.h
14
unittests/client_server.c
16
unit: unittests/unittests
19
# Removed temporal_interval_test, it is not cleaning up after itself. -Brian
21
# unittests/temporal_interval_test.cc
24
unittests_unittests_SOURCES = \
25
unittests/atomics_test.cc \
26
unittests/calendar_test.cc \
27
unittests/constrained_value.cc \
28
unittests/date_test.cc \
29
unittests/date_time_test.cc \
30
unittests/generators.cc \
31
unittests/global_buffer_test.cc \
32
unittests/libdrizzle_test.cc \
34
unittests/micro_timestamp_test.cc \
35
unittests/nano_timestamp_test.cc \
36
unittests/option_context.cc \
37
unittests/plugin/authentication_test.cc \
38
unittests/plugin/client_test.cc \
39
unittests/plugin/error_message_test.cc \
40
unittests/pthread_atomics_test.cc \
41
unittests/table_identifier.cc \
42
unittests/temporal_format_test.cc \
43
unittests/temporal_generator.cc \
44
unittests/time_test.cc \
45
unittests/timestamp_test.cc \
46
unittests/utf8_test.cc
48
unittests_unittests_LDADD= \
49
$(filter-out drizzled/main.$(OBJEXT), ${am_drizzled_drizzled_OBJECTS}) \
50
${drizzled_drizzled_LDADD} ${LTLIBGTEST} ${BOOST_LIBS} \
51
libdrizzle/libdrizzle.la