Stun agent usage flags are now into an enum too
[sipe-libnice.git] / tests / Makefile.am
blob6dd67021daaa31b88aa665d941173c4a4344d382
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         -I $(top_srcdir)/agent \
15         -I $(top_srcdir)/random \
16         -I $(top_srcdir)/socket \
17         -I $(top_srcdir)/stun
19 COMMON_LDADD = $(top_srcdir)/agent/libagent.la $(top_srcdir)/socket/libsocket.la $(GLIB_LIBS)
21 check_PROGRAMS = \
22         test-bsd \
23         test \
24         test-address \
25         test-add-remove-stream \
26         test-priority \
27         test-mainloop \
28         test-fullmode \
29         test-restart \
30         test-fallback \
31         test-thread \
32         test-dribble
34 dist_check_SCRIPTS = \
35         check-test-fullmode-with-stun.sh
37 TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
39 test_bsd_LDADD = $(COMMON_LDADD)
41 test_LDADD = $(COMMON_LDADD)
43 test_thread_LDADD = $(COMMON_LDADD)
45 test_address_LDADD = $(COMMON_LDADD)
47 test_add_remove_stream_LDADD = $(COMMON_LDADD)
49 test_priority_LDADD = $(COMMON_LDADD)
51 test_mainloop_LDADD = $(COMMON_LDADD)
53 test_fullmode_LDADD = $(COMMON_LDADD)
55 test_restart_LDADD = $(COMMON_LDADD)
57 test_fallback_LDADD = $(COMMON_LDADD)
59 test_thread_LDADD = $(COMMON_LDADD)
61 test_dribble_LDADD = $(COMMON_LDADD)
63 all-local:
64         chmod a+x $(srcdir)/check-test-fullmode-with-stun.sh