~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/include.am

Merged in code for extra warnings.

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/unittests
7
 
endif
8
 
 
9
 
noinst_HEADERS += \
10
 
                  unittests/plugin/plugin_stubs.h \
11
 
                  unittests/temporal_generator.h
12
 
 
13
 
EXTRA_DIST += \
14
 
              unittests/client_server.c
15
 
 
16
 
unit: unittests/unittests
17
 
        unittests/unittests
18
 
 
19
 
# Removed temporal_interval_test, it is not cleaning up after itself. -Brian
20
 
#
21
 
#                     unittests/temporal_interval_test.cc
22
 
#                    
23
 
 
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 \
33
 
                              unittests/main.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
47
 
 
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