[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.13.1-20-g74eac84
Modestas Vainius
modax at alioth.debian.org
Wed May 25 19:55:41 UTC 2011
The following commit has been merged in the master branch:
commit ff44cb7ba7f13559af90fd09ca20d8dc5f58566d
Author: Modestas Vainius <modax at debian.org>
Date: Wed May 25 15:32:31 2011 +0300
Do a basic DLRestrictions test at build time.
---
debian/changelog | 1 +
t/dlrestrictions/CMakeLists.txt | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8f5b3b6..a655aa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pkg-kde-tools (0.14.0~pre2) UNRELEASED; urgency=low
functions.
* Add symbol file for libdlrestrictions1.
* Version libdlrestrictions.so.1 symbols (--default-symver).
+ * Do a basic DLRestrictions test at build time.
-- Modestas Vainius <modax at debian.org> Tue, 24 May 2011 21:47:52 +0300
diff --git a/t/dlrestrictions/CMakeLists.txt b/t/dlrestrictions/CMakeLists.txt
index 653653b..3995b39 100644
--- a/t/dlrestrictions/CMakeLists.txt
+++ b/t/dlrestrictions/CMakeLists.txt
@@ -55,3 +55,6 @@ target_link_libraries(testdlr_plugin2 testdlr_lib1)
add_executable(testdlr_loader testdlr_loader.c)
target_link_libraries(testdlr_loader testdlr_lib2 ${CMAKE_DL_LIBS} dlrestrictions)
+# Add DLR tests
+add_test(testdlr_loader testdlr_loader)
+set_tests_properties(testdlr_loader PROPERTIES PASS_REGULAR_EXPRESSION "FAILED dlr_dlopen_extended")
--
Debian Qt/KDE packaging tools
More information about the pkg-kde-commits
mailing list