summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/Makefile.am
blob: 08455d3742fb3cf6c790e4698d80a9296c6f6287 (plain) (blame)
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
ACLOCAL_AMFLAGS = -I ../aclocal

_SUBDIRS = hello capture ticker base_sp unlimited minimum fileio

if MPTESTS
## base_mp is a sample multiprocessing test
_SUBDIRS += base_mp
endif

_SUBDIRS += paranoia

_SUBDIRS += nsecs

if CXXTESTS
_SUBDIRS += iostream cdtest
endif

if NETTESTS
## loopback tests a network loopback interface
_SUBDIRS += loopback
_SUBDIRS += pppd
endif

include $(top_srcdir)/../automake/test-subdirs.am
include $(top_srcdir)/../automake/local.am