mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
freediameter: add new recipe
freeDiameter is an open source Diameter protocol implementation. It provides an extensible platform for deploying a Diameter network for your Authentication, Authorization and Accounting needs. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
72657d7a16
commit
ba8543aeee
@@ -0,0 +1,22 @@
|
||||
CMakeLists: add an option to install tests
|
||||
|
||||
Upstream-Status: Inappropriate [OE ptest specific]
|
||||
|
||||
Original author: Yao Zhao <yao.zhao@windriver.com>
|
||||
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
||||
|
||||
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
|
||||
index da8da1b..de04059 100644
|
||||
--- a/tests/CMakeLists.txt
|
||||
+++ b/tests/CMakeLists.txt
|
||||
@@ -113,4 +113,9 @@ ENDFOREACH( TEST )
|
||||
####
|
||||
## INSTALL section ##
|
||||
|
||||
-# we do not install the tests
|
||||
+# install the tests
|
||||
+SET(INSTALL_TEST_SUFFIX /opt/${FD_PROJECT_NAME}-tests CACHE PATH "Directory where the test binary is installed.")
|
||||
+
|
||||
+INSTALL(TARGETS ${TEST_LIST}
|
||||
+ RUNTIME DESTINATION ${INSTALL_TEST_SUFFIX}
|
||||
+ COMPONENT freeDiameter-common)
|
||||
Reference in New Issue
Block a user