diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-04-19 13:50:41 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-05-07 15:17:22 -0700 |
| commit | 6b55b1882b47037aae8bc457029f008c71bedb3d (patch) | |
| tree | fdaf67c444811f736718c8007aa0a312bb54e540 /recipes-security/freediameter/files/no_test_run.patch | |
| parent | 3bcca121314a86e53f16594df99b10afd4834fd6 (diff) | |
| download | meta-security-6b55b1882b47037aae8bc457029f008c71bedb3d.tar.gz | |
freediameter: Add recipe
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/freediameter/files/no_test_run.patch')
| -rw-r--r-- | recipes-security/freediameter/files/no_test_run.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-security/freediameter/files/no_test_run.patch b/recipes-security/freediameter/files/no_test_run.patch new file mode 100644 index 0000000..8b5aa64 --- /dev/null +++ b/recipes-security/freediameter/files/no_test_run.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Index: freeDiameter-8662db9f6105/tests/CMakeLists.txt | ||
| 2 | =================================================================== | ||
| 3 | --- freeDiameter-8662db9f6105.orig/tests/CMakeLists.txt | ||
| 4 | +++ freeDiameter-8662db9f6105/tests/CMakeLists.txt | ||
| 5 | @@ -107,7 +107,6 @@ ENDIF(BUILD_APP_ACCT OR ALL_EXTENSIONS) | ||
| 6 | FOREACH( TEST ${TEST_LIST} ) | ||
| 7 | ADD_EXECUTABLE(${TEST} ${TEST}.c tests.h ${${TEST}_ADDITIONAL}) | ||
| 8 | TARGET_LINK_LIBRARIES(${TEST} libfdproto libfdcore ${GNUTLS_LIBRARIES} ${GCRYPT_LIBRARY} ${${TEST}_ADDITIONAL_LIB}) | ||
| 9 | - ADD_TEST(${TEST} ${EXECUTABLE_OUTPUT_PATH}/${TEST} ${TEST_ARGUMENTS}) | ||
| 10 | ENDFOREACH( TEST ) | ||
| 11 | |||
| 12 | |||
