summaryrefslogtreecommitdiff
path: root/portland/dapi/tests/Makefile.am
blob: f894e186b57db7b9ff6662aef4d5ca2488ae0fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
noinst_PROGRAMS = test_comm test_calls test_runasuser test_screensaving test_mailto test_remotefile test_async \
    test_capabilities test_callbacks test_addressbook

test_comm_SOURCES = test_comm.c
test_comm_LDADD = ../lib/libdapi.la
test_comm_LDFLAGS = $(all_libraries)

test_calls_SOURCES = test_calls.c
test_calls_LDADD = ../lib/libdapi.la
test_calls_LDFLAGS = $(all_libraries)

test_runasuser_SOURCES = test_runasuser.c
test_runasuser_LDADD = ../lib/libdapi.la
test_runasuser_LDFLAGS = $(all_libraries)

test_screensaving_SOURCES = test_screensaving.c
test_screensaving_LDADD = ../lib/libdapi.la
test_screensaving_LDFLAGS = $(all_libraries)

test_mailto_SOURCES = test_mailto.c
test_mailto_LDADD = ../lib/libdapi.la
test_mailto_LDFLAGS = $(all_libraries)

test_remotefile_SOURCES = test_remotefile.c
test_remotefile_LDADD = ../lib/libdapi.la
test_remotefile_LDFLAGS = $(all_libraries)

test_async_SOURCES = test_async.c
test_async_LDADD = ../lib/libdapi.la
test_async_LDFLAGS = $(all_libraries)

test_capabilities_SOURCES = test_capabilities.c
test_capabilities_LDADD = ../lib/libdapi.la
test_capabilities_LDFLAGS = $(all_libraries)

test_callbacks_SOURCES = test_callbacks.c
test_callbacks_LDADD = ../lib/libdapi.la
test_callbacks_LDFLAGS = $(all_libraries)

test_addressbook_SOURCES = test_addressbook.c
test_addressbook_LDADD = ../lib/libdapi.la
test_addressbook_LDFLAGS = $(all_libraries)

INCLUDES = -I$(top_builddir)/include $(all_includes)