summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:53:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:53:50 +0000
commitf63801a25209817f751e4139c92ca9eb7bd35f05 (patch)
tree67206c4d723682dc0f0a4f05ef9a267d30f1fdcc /testsuites/tmtests/Makefile.am
parent2010-06-21 Peter Dufault <dufault@hda.com> (diff)
downloadrtems-f63801a25209817f751e4139c92ca9eb7bd35f05.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test for barrier create, ident, and delete. * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New files.
Diffstat (limited to 'testsuites/tmtests/Makefile.am')
-rw-r--r--testsuites/tmtests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am
index 8b1f427951..cff96a164e 100644
--- a/testsuites/tmtests/Makefile.am
+++ b/testsuites/tmtests/Makefile.am
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 tm10 \
tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 tm24 \
- tm25 tm26 tm27 tm28 tm29
+ tm25 tm26 tm27 tm28 tm29 tm30
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am