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


       
 
                               
 
                                                       
 
          
                                           

                  
 
                   
 


                          
 




                                              
 

                                            
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../aclocal

SUBDIRS = hello ticker base_sp unlimited minimum fileio

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

SUBDIRS += paranoia

if CXXTESTS
SUBDIRS += iostream cdtest
endif

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

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