Changeset 8da756e in rtems for c/src/ada-tests/mptests
- Timestamp:
- Oct 3, 2007, 8:12:15 PM (13 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 3d2a28d
- Parents:
- c309c6f1
- Location:
- c/src/ada-tests/mptests
- Files:
-
- 69 added
- 28 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/mp01/config_base.h
rc309c6f1 r8da756e 1 /* config .h1 /* config_base.h 2 2 * 3 * This include file defines the Configuration Table for this test. 3 * This include file defines all of the Configuration Table for this test 4 * EXCEPT the NODE NUMBER. 4 5 * 5 * COPYRIGHT (c) 1989- 1997.6 * COPYRIGHT (c) 1989-2007. 6 7 * On-Line Applications Research Corporation (OAR). 7 8 * … … 14 15 15 16 16 /* configuration information */17 18 #define CONFIGURE_MPTEST19 17 20 18 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER … … 22 20 23 21 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 22 23 #define CONFIGURE_MAXIMUM_TASKS 2 24 24 25 25 #define CONFIGURE_MAXIMUM_POSIX_THREADS 10 -
c/src/ada-tests/mptests/mp01/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp01_node1 11 mp01_node1_SOURCES = mp01_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp01_node1_SOURCES += ../../../support/init.c 13 14 mp01_node1$(EXEEXT): mp01_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 16 17 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp01/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp01_node2 11 mp01_node2_SOURCES = mp01_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp01_node2_SOURCES += ../../../support/init.c 13 14 mp01_node2$(EXEEXT): mp01_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp02/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp02_node1 11 mp02_node1_SOURCES = mp02_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp02_node1_SOURCES += ../../../support/init.c 13 14 mp02_node1$(EXEEXT): mp02_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp02/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp02_node2 11 mp02_node2_SOURCES = mp02_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp02_node2_SOURCES += ../../../support/init.c 13 14 mp02_node2$(EXEEXT): mp02_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp03/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp03_node1 11 mp03_node1_SOURCES = mp03_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp03_node1_SOURCES += ../../../support/init.c 13 14 mp03_node1$(EXEEXT): mp03_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp03/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp03_node2 11 mp03_node2_SOURCES = mp03_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp03_node2_SOURCES += ../../../support/init.c 13 14 mp03_node2$(EXEEXT): mp03_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp04/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp04_node1 11 mp04_node1_SOURCES = mp04_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp04_node1_SOURCES += ../../../support/init.c 13 14 mp04_node1$(EXEEXT): mp04_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp04/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp04_node2 11 mp04_node2_SOURCES = mp04_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp04_node2_SOURCES += ../../../support/init.c 13 14 mp04_node2$(EXEEXT): mp04_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp05/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp05_node1 11 mp05_node1_SOURCES = mp05_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp05_node1_SOURCES += ../../../support/init.c 13 14 mp05_node1$(EXEEXT): mp05_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp05/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp05_node2 11 mp05_node2_SOURCES = mp05_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp05_node2_SOURCES += ../../../support/init.c 13 14 mp05_node2$(EXEEXT): mp05_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp06/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp06_node1 11 mp06_node1_SOURCES = mp06_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp06_node1_SOURCES += ../../../support/init.c 13 14 mp06_node1$(EXEEXT): mp06_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp06/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp06_node2 11 mp06_node2_SOURCES = mp06_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp06_node2_SOURCES += ../../../support/init.c 13 14 mp06_node2$(EXEEXT): mp06_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp07/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp07_node1 11 mp07_node1_SOURCES = mp07_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp07_node1_SOURCES += ../../../support/init.c 13 14 mp07_node1$(EXEEXT): mp07_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp07/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp07_node2 11 mp07_node2_SOURCES = mp07_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp07_node2_SOURCES += ../../../support/init.c 13 14 mp07_node2$(EXEEXT): mp07_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp08/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp08_node1 11 mp08_node1_SOURCES = mp08_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp08_node1_SOURCES += ../../../support/init.c 13 14 mp08_node1$(EXEEXT): mp08_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp08/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp08_node2 11 mp08_node2_SOURCES = mp08_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp08_node2_SOURCES += ../../../support/init.c 13 14 mp08_node2$(EXEEXT): mp08_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp09/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp09_node1 11 mp09_node1_SOURCES = mp09_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp09_node1_SOURCES += ../../../support/init.c 13 14 mp09_node1$(EXEEXT): mp09_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp09/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp09_node2 11 mp09_node2_SOURCES = mp09_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp09_node2_SOURCES += ../../../support/init.c 13 14 mp09_node2$(EXEEXT): mp09_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp10/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp10_node1 11 mp10_node1_SOURCES = mp10_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp10_node1_SOURCES += ../../../support/init.c 13 14 mp10_node1$(EXEEXT): mp10_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp10/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp10_node2 11 mp10_node2_SOURCES = mp10_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp10_node2_SOURCES += ../../../support/init.c 13 14 mp10_node2$(EXEEXT): mp10_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp11/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp11_node1 11 mp11_node1_SOURCES = mp11_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp11_node1_SOURCES += ../../../support/init.c 13 14 mp11_node1$(EXEEXT): mp11_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp11/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp11_node2 11 mp11_node2_SOURCES = mp11_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp11_node2_SOURCES += ../../../support/init.c 13 14 mp11_node2$(EXEEXT): mp11_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp12/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp12_node1 11 mp12_node1_SOURCES = mp12_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp12_node1_SOURCES += ../../../support/init.c 13 14 mp12_node1$(EXEEXT): mp12_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp12/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp12_node2 11 mp12_node2_SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp12_node2_SOURCES += ../../../support/init.c 13 14 mp12_node2$(EXEEXT): mp12_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp13/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp13_node1 11 mp13_node1_SOURCES = mp13_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp13_node1_SOURCES += ../../../support/init.c 13 14 mp13_node1$(EXEEXT): mp13_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp13/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp13_node2 11 mp13_node2_SOURCES = mp13_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp13_node2_SOURCES += ../../../support/init.c 13 14 mp13_node2$(EXEEXT): mp13_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp14/node1/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node1$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp14_node1 11 mp14_node1_SOURCES = mp14_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp14_node1_SOURCES += ../../../support/init.c 13 14 mp14_node1$(EXEEXT): mp14_node1.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node115 endif16 17 node1_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/mptests/mp14/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp14_node2 11 mp14_node2_SOURCES = mp14_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp14_node2_SOURCES += ../../../support/init.c 13 14 mp14_node2$(EXEEXT): mp14_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir)
Note: See TracChangeset
for help on using the changeset viewer.