summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/Makefile.am
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:51:06 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:51:06 +0000
commit42f07c5fb7dbd9bdf635e3f98ff273a9ec362924 (patch)
tree2539629635f9ff008875d2a9c67fe21bf2e8e8cf /c/src/ada-tests/samples/Makefile.am
parent2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com> (diff)
downloadrtems-42f07c5fb7dbd9bdf635e3f98ff273a9ec362924.tar.bz2
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* configure.ac, samples/Makefile.am: Added a test for Clock_Get_Uptime * samples/nsecs/.cvsignore, samples/nsecs/Makefile.am, samples/nsecs/config.h, samples/nsecs/nsecs.adb, samples/nsecs/nsecs.scn, samples/nsecs/sptest.adb, samples/nsecs/sptest.ads: New files.
Diffstat (limited to 'c/src/ada-tests/samples/Makefile.am')
-rw-r--r--c/src/ada-tests/samples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/ada-tests/samples/Makefile.am b/c/src/ada-tests/samples/Makefile.am
index 0154dc7c19..9079da44fb 100644
--- a/c/src/ada-tests/samples/Makefile.am
+++ b/c/src/ada-tests/samples/Makefile.am
@@ -1,11 +1,11 @@
## $Id$
-SUBDIRS = hello ticker base_sp
+SUBDIRS = hello ticker base_sp nsecs
if HAS_MP
SUBDIRS += base_mp
endif
-DIST_SUBDIRS = hello ticker base_sp base_mp
+DIST_SUBDIRS = hello ticker base_sp base_mp nsecs
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am