summaryrefslogblamecommitdiffstats
path: root/c/src/tests/samples/Makefile.am
blob: 3bfe591d0e23fe8166c99e715183ee332993da53 (plain) (tree)
1
2
3
4
5
6
7
8
9


       

                              
                                           
 

                        
                                           



                   
                                                              

                                  
                          


                              

                                                     
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros

CPLUSPLUS_TESTS = cdtest

## base_mp is a sample multiprocessing test
MP_TESTS = base_mp

FP_TESTS = paranoia

SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
    $(CPLUSPLUS_TESTS) $(FP_TESTS)

AUTOMAKE_FILES = sample.am

EXTRA_DIST = $(AUTOMAKE_FILES)

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