summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-10 14:39:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-17 09:17:36 +0100
commit840ae715a9c1e45b31d7a493e9b5c4113e17bf62 (patch)
tree9c101a3db9e8b236df0b060d21d93758843182ef /cpukit/sapi/preinstall.am
parentscore: Add include for uintptr_t definition. (diff)
downloadrtems-840ae715a9c1e45b31d7a493e9b5c4113e17bf62.tar.bz2
sapi: Add <rtems/test.h>
Provide support functions to print the begin/end of test message. Provide a test fatal extension to print out profiling reports in the future.
Diffstat (limited to 'cpukit/sapi/preinstall.am')
-rw-r--r--cpukit/sapi/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/sapi/preinstall.am b/cpukit/sapi/preinstall.am
index d05ab256a1..7e18d3ab54 100644
--- a/cpukit/sapi/preinstall.am
+++ b/cpukit/sapi/preinstall.am
@@ -88,6 +88,10 @@ $(PROJECT_INCLUDE)/rtems/sptables.h: include/rtems/sptables.h $(PROJECT_INCLUDE)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/sptables.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/sptables.h
+$(PROJECT_INCLUDE)/rtems/test.h: include/rtems/test.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/test.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/test.h
+
$(PROJECT_INCLUDE)/rtems/timespec.h: include/rtems/timespec.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/timespec.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/timespec.h