source: rtems/testsuites/ada/tmtests/Makefile.am @ bc96f3b4

5
Last change on this file since bc96f3b4 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: 597 bytes
Line 
1_SUBDIRS =
2_SUBDIRS += tm01
3_SUBDIRS += tm02
4_SUBDIRS += tm03
5_SUBDIRS += tm04
6_SUBDIRS += tm05
7_SUBDIRS += tm06
8_SUBDIRS += tm07
9_SUBDIRS += tm08
10_SUBDIRS += tm09
11_SUBDIRS += tm10
12_SUBDIRS += tm11
13_SUBDIRS += tm12
14_SUBDIRS += tm13
15_SUBDIRS += tm14
16_SUBDIRS += tm15
17_SUBDIRS += tm16
18_SUBDIRS += tm17
19_SUBDIRS += tm18
20_SUBDIRS += tm19
21_SUBDIRS += tm20
22_SUBDIRS += tm21
23_SUBDIRS += tm22
24_SUBDIRS += tm23
25_SUBDIRS += tm24
26_SUBDIRS += tm25
27_SUBDIRS += tm28
28_SUBDIRS += tm29
29_SUBDIRS += tmck
30_SUBDIRS += tmoverhd
31
32include $(top_srcdir)/../automake/subdirs.am
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.