~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/include.am

  • Committer: Monty Taylor
  • Date: 2010-08-12 20:27:32 UTC
  • mto: (1720.1.5 build)
  • mto: This revision was merged to the branch mainline in revision 1722.
  • Revision ID: mordred@inaugust.com-20100812202732-9kzchbkvkyki4n3u
Merged libdrizzle directly into tree.

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
                  unittests/drizzle_st \
 
8
                  unittests/drizzle_con_st \
 
9
                  unittests/drizzle_query_st \
 
10
                  unittests/drizzle_result_st \
 
11
                  unittests/drizzle_column_st \
 
12
                  unittests/client_server
7
13
endif
8
14
 
9
15
noinst_HEADERS += \
 
16
                  unittests/common.h \
10
17
                  unittests/plugin/plugin_stubs.h \
11
18
                  unittests/temporal_generator.h
12
19