source: rtems/testsuites/ada/samples/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: 214 bytes
Line 
1_SUBDIRS = hello ticker base_sp nsecs
2
3if HAS_MP
4_SUBDIRS += base_mp
5endif
6DIST_SUBDIRS = hello ticker base_sp base_mp nsecs
7
8include $(top_srcdir)/../automake/subdirs.am
9include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.