summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 18:24:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 18:24:10 +0000
commit23a0105a78722111a2a2fd7e3c3b3bcd92ed8f44 (patch)
treee7e76afbb53c0c4b580f00af753d4ef20fe26d38 /testsuites/samples/Makefile.am
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-23a0105a78722111a2a2fd7e3c3b3bcd92ed8f44.tar.bz2
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: Convert from Classic API style TOD_Control as fundamental time structure to POSIX struct timespec. Add clock_get_uptime(). * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc, nsecs/nsecs.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am
index 3c20d95bf9..b2afb0e8d5 100644
--- a/testsuites/samples/Makefile.am
+++ b/testsuites/samples/Makefile.am
@@ -13,6 +13,8 @@ endif
SUBDIRS += paranoia
+SUBDIRS += nsecs
+
if CXXTESTS
SUBDIRS += iostream cdtest
endif