summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/Makefile.am
blob: fd65b769a85422dc8cd6972f6146d74985aa2945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## $Id$

ACLOCAL_AMFLAGS = -I aclocal -I ../tests/aclocal

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../tests/automake/compile.am

SUBDIRS = support samples sptests tmtests

if HAS_MP
SUBDIRS += mptests
endif

EXTRA_DIST = ada.am

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