summaryrefslogtreecommitdiff
path: root/stun/tests/Makefile.am
blob: c660ed612cad9c995a21a32b869ddd98fab7c09b (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
#
# Makefile.am for the Nice Glib ICE library
#
# (C) 2007 Nokia Corporation. All rights reserved.
#
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.

include $(top_srcdir)/common.mk
AM_CPPFLAGS = -I$(top_srcdir)
AM_CFLAGS = -std=gnu99
LDADD = $(top_builddir)/stun/libstun.la

check_PROGRAMS = \
	test-parse \
	test-format \
	test-bind \
	test-conncheck \
	test-hmac

if WINDOWS
  AM_CFLAGS += -DWINVER=0x0501 # _WIN32_WINNT_WINXP
  LDADD += -lws2_32
endif

dist_check_SCRIPTS = check-bind.sh

TESTS = $(check_PROGRAMS)
#$(dist_check_SCRIPTS)

EXTRA_DIST = meson.build