version 0.0.8
[sipe-libnice.git] / tests / Makefile.am
blobcd942335d7fdf32973c80b80778e86933a300f52
2 # Makefile.am for the Nice Glib ICE library
4 # (C) 2006, 2007 Collabora Ltd.
5 # (C) 2006, 2007 Nokia Corporation. All rights reserved.
7 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
9 include $(top_srcdir)/common.mk
11 AM_CFLAGS = \
12         $(ERROR_CFLAGS) \
13         $(GLIB_CFLAGS) \
14         $(GUPNP_CFLAGS) \
15         -I $(top_srcdir) \
16         -I $(top_srcdir)/agent \
17         -I $(top_srcdir)/random \
18         -I $(top_srcdir)/socket \
19         -I $(top_srcdir)/stun
21 COMMON_LDADD = $(top_builddir)/agent/libagent.la $(top_builddir)/socket/libsocket.la $(GLIB_LIBS) $(GUPNP_LIBS)
23 check_PROGRAMS = \
24         test-bsd \
25         test \
26         test-address \
27         test-add-remove-stream \
28         test-priority \
29         test-mainloop \
30         test-fullmode \
31         test-restart \
32         test-fallback \
33         test-thread \
34         test-dribble
36 dist_check_SCRIPTS = \
37         check-test-fullmode-with-stun.sh
39 TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
41 test_bsd_LDADD = $(COMMON_LDADD)
43 test_LDADD = $(COMMON_LDADD)
45 test_thread_LDADD = $(COMMON_LDADD)
47 test_address_LDADD = $(COMMON_LDADD)
49 test_add_remove_stream_LDADD = $(COMMON_LDADD)
51 test_priority_LDADD = $(COMMON_LDADD)
53 test_mainloop_LDADD = $(COMMON_LDADD)
55 test_fullmode_LDADD = $(COMMON_LDADD)
57 test_restart_LDADD = $(COMMON_LDADD)
59 test_fallback_LDADD = $(COMMON_LDADD)
61 test_thread_LDADD = $(COMMON_LDADD)
63 test_dribble_LDADD = $(COMMON_LDADD)
65 all-local:
66         chmod a+x $(srcdir)/check-test-fullmode-with-stun.sh