source: rtems/testsuites/ada/Makefile.am @ 48aa4b5d

5
Last change on this file since 48aa4b5d was ee537ea, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/17 at 08:00:10

ada-tests: Move to testsuites/ada

This solves a build dependency issue, e.g. building tests before
librtemsbsp.a exists.

Close #3079.

  • Property mode set to 100644
File size: 289 bytes
Line 
1ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
2
3_SUBDIRS = support samples sptests tmtests
4if HAS_MP
5_SUBDIRS += mptests
6endif
7
8DIST_SUBDIRS = support samples sptests tmtests mptests
9
10EXTRA_DIST = ada.am
11
12include $(top_srcdir)/../automake/subdirs.am
13include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.