summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/Makefile.am
blob: 04c3059990bf8bfd438123177c8eb4f966c3e4c4 (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
##
## $Id$
##

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

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