~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-6

« back to all changes in this revision

Viewing changes to tests/unit/include.am

  • Committer: Andrew Hutchings
  • Date: 2012-12-17 12:03:43 UTC
  • mfrom: (44.1.1 libdrizzle)
  • Revision ID: andrew@linuxjedi.co.uk-20121217120343-tgde4ngz85yc6rsq
Merge in Brian's autoconf work

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
tests_unit_binlog_SOURCES= tests/unit/binlog.c
 
6
tests_unit_binlog_LDADD= libdrizzle/libdrizzle.la
 
7
check_PROGRAMS+= tests/unit/binlog
 
8
noinst_PROGRAMS+= tests/unit/binlog
 
9
 
 
10
tests_unit_escape_SOURCES= tests/unit/escape.c
 
11
tests_unit_escape_LDADD= libdrizzle/libdrizzle.la
 
12
check_PROGRAMS+= tests/unit/escape
 
13
noinst_PROGRAMS+= tests/unit/escape
 
14
 
 
15
tests_unit_insert_id_SOURCES= tests/unit/insert_id.c
 
16
tests_unit_insert_id_LDADD= libdrizzle/libdrizzle.la
 
17
check_PROGRAMS+= tests/unit/insert_id
 
18
noinst_PROGRAMS+= tests/unit/insert_id
 
19
 
 
20
tests_unit_query_SOURCES= tests/unit/query.c
 
21
tests_unit_query_LDADD= libdrizzle/libdrizzle.la
 
22
check_PROGRAMS+= tests/unit/query
 
23
noinst_PROGRAMS+= tests/unit/query
 
24
 
 
25
tests_unit_version_SOURCES= tests/unit/version.c
 
26
tests_unit_version_LDADD= libdrizzle/libdrizzle.la
 
27
check_PROGRAMS+= tests/unit/version
 
28
noinst_PROGRAMS+= tests/unit/version
 
29
 
 
30
tests_unit_connect_SOURCES= tests/unit/connect.c
 
31
tests_unit_connect_LDADD= libdrizzle/libdrizzle.la
 
32
check_PROGRAMS+= tests/unit/connect
 
33
noinst_PROGRAMS+= tests/unit/connect
 
34
 
 
35
tests_unit_hex_SOURCES= tests/unit/hex.c
 
36
tests_unit_hex_LDADD= libdrizzle/libdrizzle.la
 
37
check_PROGRAMS+= tests/unit/hex
 
38
noinst_PROGRAMS+= tests/unit/hex
 
39
 
 
40
tests_unit_passwd_SOURCES= tests/unit/passwd.c
 
41
tests_unit_passwd_LDADD= libdrizzle/libdrizzle.la
 
42
check_PROGRAMS+= tests/unit/passwd
 
43
noinst_PROGRAMS+= tests/unit/passwd
 
44
 
 
45
tests_unit_unbuffered_query_SOURCES= tests/unit/unbuffered_query.c
 
46
tests_unit_unbuffered_query_LDADD= libdrizzle/libdrizzle.la
 
47
check_PROGRAMS+= tests/unit/unbuffered_query
 
48
noinst_PROGRAMS+= tests/unit/unbuffered_query