summaryrefslogblamecommitdiffstats
path: root/testsuites/samples/Makefile.am
blob: 08455d3742fb3cf6c790e4698d80a9296c6f6287 (plain) (tree)
1
2
3
4
5
6
7
8
9
                               
 
                                                                
 
          
                                           
                   
     
 
                    
 
                 
 
           
                           
     
 

                                              

                    
     
 
                                                 
                                          
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