Files
rtems/testsuites/ada/mptests/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

18 lines
321 B
Makefile

_SUBDIRS =
_SUBDIRS += mp01
_SUBDIRS += mp03
_SUBDIRS += mp04
_SUBDIRS += mp05
_SUBDIRS += mp06
_SUBDIRS += mp07
_SUBDIRS += mp08
_SUBDIRS += mp09
_SUBDIRS += mp10
_SUBDIRS += mp11
_SUBDIRS += mp12
_SUBDIRS += mp13
_SUBDIRS += mp14
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am