source: rtems/testsuites/ada/support/Makefile.am @ 0b8a6d7

5
Last change on this file since 0b8a6d7 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: 507 bytes
Line 
1EXTRA_DIST =
2EXTRA_DIST += address_io.adb
3EXTRA_DIST += address_io.ads
4EXTRA_DIST += float_io.ads
5EXTRA_DIST += fp.inc
6EXTRA_DIST += init.c
7EXTRA_DIST += integer.inc
8EXTRA_DIST += rtems_calling_overhead.ads
9EXTRA_DIST += status_io.ads
10EXTRA_DIST += test_support.adb
11EXTRA_DIST += test_support.ads
12EXTRA_DIST += time_test_support.adb
13EXTRA_DIST += time_test_support.ads
14EXTRA_DIST += timer_driver.adb
15EXTRA_DIST += timer_driver.ads
16EXTRA_DIST += unsigned32_io.ads
17
18include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.