summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-20 17:13:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-20 17:13:02 +0000
commitb702c7dc1722896ea50eef8d6cc52d241f753ca8 (patch)
treec5880472320c41141962b6f7ec6dba17d1b6bf5c
parentRe-add mptests*Makefile.am. (diff)
downloadrtems-b702c7dc1722896ea50eef8d6cc52d241f753ca8.tar.bz2
Re-add mp?? tests.
-rw-r--r--c/src/ada-tests/mptests/Makefile.am26
1 files changed, 13 insertions, 13 deletions
diff --git a/c/src/ada-tests/mptests/Makefile.am b/c/src/ada-tests/mptests/Makefile.am
index 8ef76fcd6f..f81551f3e8 100644
--- a/c/src/ada-tests/mptests/Makefile.am
+++ b/c/src/ada-tests/mptests/Makefile.am
@@ -2,19 +2,19 @@
SUBDIRS =
SUBDIRS += mp01
-#SUBDIRS += mp02
-#SUBDIRS += mp03
-#SUBDIRS += mp04
-#SUBDIRS += mp05
-#SUBDIRS += mp06
-#SUBDIRS += mp07
-#SUBDIRS += mp08
-#SUBDIRS += mp09
-#SUBDIRS += mp10
-#SUBDIRS += mp11
-#SUBDIRS += mp12
-#SUBDIRS += mp13
-#SUBDIRS += mp14
+SUBDIRS += mp02
+SUBDIRS += mp03
+SUBDIRS += mp04
+SUBDIRS += mp05
+SUBDIRS += mp06
+SUBDIRS += mp07
+SUBDIRS += mp08
+SUBDIRS += mp09
+SUBDIRS += mp10
+SUBDIRS += mp11
+SUBDIRS += mp12
+SUBDIRS += mp13
+SUBDIRS += mp14
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am