summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 1251caa13e3c3ca1987791fcf8684b0c01a17d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AUTOMAKE_OPTIONS = foreign
SUBDIRS = compat doc include src man

AM_CPPFLAGS = @STRIP_BEGIN@ \
	      -I$(top_srcdir)/include \
	      -I$(top_builddir)/include \
	      @STRIP_END@

AM_CXXFLAGS = -Wall
AM_FLAGS = -Wall

EXTRA_DIST = t
TEST_EXTENSIONS = .sh
TESTS = t/t1_tcp.sh t/t2_tcp6.sh t/t3_udp.sh t/t4_udp6.sh \
	t/t5_f.sh t/t6_filelong.sh t/t7_n.sh t/t8_num.sh \
	t/t9_parallel.sh t/t10_dualtest.sh t/t11_tradeoff.sh \
	t/t12_full_duplex.sh t/t13_reverse.sh