[rtems commit] build: Move test header to right library item

Sebastian Huber sebh at rtems.org
Thu Dec 9 12:27:28 UTC 2021


Module:    rtems
Branch:    master
Commit:    4c20360d72d41a112ab8bf9095b757b743ada88f
Changeset: http://git.rtems.org/rtems/commit/?id=4c20360d72d41a112ab8bf9095b757b743ada88f

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Dec  9 13:31:10 2021 +0100

build: Move test header to right library item

---

 spec/build/cpukit/librtemscpu.yml  | 2 --
 spec/build/cpukit/librtemstest.yml | 6 +++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 77c8d31..4239745 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -174,8 +174,6 @@ install:
   - cpukit/include/rtems/termios_printk.h
   - cpukit/include/rtems/termios_printk_cnf.h
   - cpukit/include/rtems/termiostypes.h
-  - cpukit/include/rtems/test.h
-  - cpukit/include/rtems/test-info.h
   - cpukit/include/rtems/thread.h
   - cpukit/include/rtems/timecounter.h
   - cpukit/include/rtems/timespec.h
diff --git a/spec/build/cpukit/librtemstest.yml b/spec/build/cpukit/librtemstest.yml
index aebf79b..ef70d2d 100644
--- a/spec/build/cpukit/librtemstest.yml
+++ b/spec/build/cpukit/librtemstest.yml
@@ -7,7 +7,11 @@ cppflags: []
 cxxflags: []
 enabled-by: true
 includes: []
-install: []
+install:
+- destination: ${BSP_INCLUDEDIR}/rtems
+  source:
+  - cpukit/include/rtems/test.h
+  - cpukit/include/rtems/test-info.h
 install-path: ${BSP_LIBDIR}
 links: []
 source:



More information about the vc mailing list