Files
rtems/testsuites/ada/Makefile.am
Sebastian Huber ee537ea3dd ada-tests: Move to testsuites/ada
This solves a build dependency issue, e.g. building tests before
librtemsbsp.a exists.

Close #3079.
2017-10-12 10:53:16 +02:00

14 lines
289 B
Makefile

ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
_SUBDIRS = support samples sptests tmtests
if HAS_MP
_SUBDIRS += mptests
endif
DIST_SUBDIRS = support samples sptests tmtests mptests
EXTRA_DIST = ada.am
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am