Changeset 5fd5e52 in rtems
- Timestamp:
- 08/20/03 07:08:29 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a0bbbdd
- Parents:
- 13942bf
- Location:
- c/src/ada-tests
- Files:
-
- 69 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/ChangeLog
r13942bf r5fd5e52 1 2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am, 4 mptests/Makefile.am, 5 mptests/mp01/Makefile.am, mptests/mp01/node1/Makefile.am, 6 mptests/mp01/node2/Makefile.am, 7 samples/Makefile.am, samples/base_mp/Makefile.am, 8 samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am, 9 samples/base_sp/Makefile.am, samples/hello/Makefile.am, 10 samples/ticker/Makefile.am, 11 sptests/Makefile.am, 12 sptests/sp01/Makefile.am, sptests/sp02/Makefile.am, 13 sptests/sp03/Makefile.am, sptests/sp04/Makefile.am, 14 sptests/sp05/Makefile.am, sptests/sp06/Makefile.am, 15 sptests/sp07/Makefile.am, sptests/sp08/Makefile.am, 16 sptests/sp09/Makefile.am, sptests/sp11/Makefile.am, 17 sptests/sp12/Makefile.am, sptests/sp13/Makefile.am, 18 sptests/sp14/Makefile.am, sptests/sp15/Makefile.am, 19 sptests/sp16/Makefile.am, sptests/sp17/Makefile.am, 20 sptests/sp19/Makefile.am, sptests/sp20/Makefile.am, 21 sptests/sp21/Makefile.am, sptests/sp22/Makefile.am, 22 sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, 23 sptests/sp25/Makefile.am, sptests/spsize/Makefile.am, 24 support/Makefile.am, 25 tmtests/Makefile.am, 26 tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am, 27 tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am, 28 tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am, 29 tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am, 30 tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am, 31 tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am, 32 tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am, 33 tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am, 34 tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am, 35 tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am, 36 tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am, 37 tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am, 38 tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am, 39 tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am, 40 tmtests/tmoverhd/Makefile.am: 41 Pick up am-fragments from ../tests/automake. 42 1 43 2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 44 … … 12 54 13 55 * ada.am: Add .adp to SUFFIXES. 14 Remove c-compilation rule. 56 Remove c-compilation rule. 15 57 * samples/base_sp/Makefile.am: Add init.$(OBJEXT). 16 58 * samples/hello/Makefile.am: Add init.$(OBJEXT). … … 178 220 179 221 * support/init.c: Included <unistd.h> for exit(2). 180 * support/test_support.adb: Eliminated warnings by commenting out 222 * support/test_support.adb: Eliminated warnings by commenting out 181 223 unused variables. 182 224 … … 358 400 mptests/mp11/mptest.ads, mptests/mp12/mptest.ads, 359 401 mptests/mp13/mptest.ads, mptests/mp14/mptest.adb, 360 mptests/mp14/mptest.ads: Per PR274, identify the need for the 402 mptests/mp14/mptest.ads: Per PR274, identify the need for the 361 403 BSP_MPCI package. It was a trivial dependency and eliminated. 362 404 -
c/src/ada-tests/Makefile.am
r13942bf r5fd5e52 4 4 5 5 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 6 include $(top_srcdir)/../ ../../automake/compile.am6 include $(top_srcdir)/../tests/automake/compile.am 7 7 8 8 SUBDIRS = support samples sptests tmtests … … 14 14 EXTRA_DIST = ada.am 15 15 16 include $(top_srcdir)/../ ../../automake/subdirs.am17 include $(top_srcdir)/../ ../../automake/local.am16 include $(top_srcdir)/../tests/automake/subdirs.am 17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/mptests/Makefile.am
r13942bf r5fd5e52 17 17 #SUBDIRS += mp14 18 18 19 include $(top_srcdir)/../ ../../automake/subdirs.am20 include $(top_srcdir)/../ ../../automake/local.am19 include $(top_srcdir)/../tests/automake/subdirs.am 20 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/mptests/mp01/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am5 include $(top_srcdir)/../ ../../automake/subdirs.am4 include $(top_srcdir)/../tests/automake/compile.am 5 include $(top_srcdir)/../tests/automake/subdirs.am 6 6 7 7 SUBDIRS = node1 node2 8 8 9 include $(top_srcdir)/../ ../../automake/local.am9 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/mptests/mp01/node1/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 19 19 EXTRA_DIST = base_mp.scn 20 20 21 include $(top_srcdir)/../ ../../automake/local.am21 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/mptests/mp01/node2/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 19 19 EXTRA_DIST = base_mp.scn 20 20 21 include $(top_srcdir)/../ ../../automake/local.am21 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/samples/Makefile.am
r13942bf r5fd5e52 8 8 9 9 10 include $(top_srcdir)/../ ../../automake/subdirs.am11 include $(top_srcdir)/../ ../../automake/local.am10 include $(top_srcdir)/../tests/automake/subdirs.am 11 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/samples/base_mp/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am5 include $(top_srcdir)/../ ../../automake/subdirs.am4 include $(top_srcdir)/../tests/automake/compile.am 5 include $(top_srcdir)/../tests/automake/subdirs.am 6 6 7 7 SUBDIRS = node1 node2 … … 23 23 #EXTRA_DIST += node2/mptest-per_node_configuration.adb 24 24 25 include $(top_srcdir)/../ ../../automake/local.am25 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/samples/base_mp/node1/Makefile.am
r13942bf r5fd5e52 4 4 5 5 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 6 include $(top_srcdir)/../ ../../automake/compile.am6 include $(top_srcdir)/../tests/automake/compile.am 7 7 8 8 include $(top_srcdir)/ada.am … … 22 22 EXTRA_DIST = base_mp.scn 23 23 24 include $(top_srcdir)/../ ../../automake/local.am24 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/samples/base_mp/node2/Makefile.am
r13942bf r5fd5e52 4 4 5 5 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 6 include $(top_srcdir)/../ ../../automake/compile.am6 include $(top_srcdir)/../tests/automake/compile.am 7 7 8 8 include $(top_srcdir)/ada.am … … 24 24 EXTRA_DIST = base_mp.scn 25 25 26 include $(top_srcdir)/../ ../../automake/local.am26 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/samples/base_sp/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 19 19 EXTRA_DIST = base_sp.scn 20 20 21 include $(top_srcdir)/../ ../../automake/local.am21 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/samples/hello/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 19 19 EXTRA_DIST = hello.scn 20 20 21 include $(top_srcdir)/../ ../../automake/local.am21 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/samples/ticker/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 19 19 EXTRA_DIST = ticker.scn 20 20 21 include $(top_srcdir)/../ ../../automake/local.am21 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/Makefile.am
r13942bf r5fd5e52 27 27 SUBDIRS += spsize 28 28 29 include $(top_srcdir)/../ ../../automake/subdirs.am30 include $(top_srcdir)/../ ../../automake/local.am29 include $(top_srcdir)/../tests/automake/subdirs.am 30 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp01/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp01.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp02/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp02.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp03/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp03.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp04/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp04.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp05/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp05.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp06/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp06.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp07/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 16 16 EXTRA_DIST = sp07.scn 17 17 18 include $(top_srcdir)/../ ../../automake/local.am18 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp08/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp08.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp09/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 16 16 EXTRA_DIST = sp09.scn 17 17 18 include $(top_srcdir)/../ ../../automake/local.am18 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp11/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp11.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp12/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp12.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp13/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp13.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp14/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp14.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp15/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp15.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp16/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp16.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp17/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp17.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp19/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 20 20 EXTRA_DIST = sp19.scn 21 21 22 include $(top_srcdir)/../ ../../automake/local.am22 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp20/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp20.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp21/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 16 16 EXTRA_DIST = sp21.scn 17 17 18 include $(top_srcdir)/../ ../../automake/local.am18 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp22/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp22.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp23/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp23.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp24/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp24.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/sp25/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 EXTRA_DIST = sp25.scn 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/sptests/spsize/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 $(GNATCOMPILE) -margs -a $< -o $@ 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/support/Makefile.am
r13942bf r5fd5e52 18 18 EXTRA_DIST += unsigned32_io.ads 19 19 20 include $(top_srcdir)/../ ../../automake/local.am20 include $(top_srcdir)/../tests/automake/local.am 21 21 -
c/src/ada-tests/tmtests/Makefile.am
r13942bf r5fd5e52 32 32 SUBDIRS += tmoverhd 33 33 34 include $(top_srcdir)/../ ../../automake/subdirs.am35 include $(top_srcdir)/../ ../../automake/local.am34 include $(top_srcdir)/../tests/automake/subdirs.am 35 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm01/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm02/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm03/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm04/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm05/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm06/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm07/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm08/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm09/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm10/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm11/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm12/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm13/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm14/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm15/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm16/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm17/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm18/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm19/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm20/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm21/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm22/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm23/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm24/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm25/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm28/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tm29/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tmck/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 15 include $(top_srcdir)/../ ../../automake/local.am15 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/tmtests/tmoverhd/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 15 15 $(GNATCOMPILE) -margs -a $< -o $@ 16 16 17 include $(top_srcdir)/../ ../../automake/local.am17 include $(top_srcdir)/../tests/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.