[rtt] 01/02: Added cmake tests rule

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Mar 31 22:57:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository rtt.

commit f8a88782bb6c0e0a0948481bd6ba68f1846b6092
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Mon Mar 23 10:38:51 2015 +0100

    Added cmake tests rule
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 401e3e6..9032493 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,12 +31,14 @@ override_dh_auto_configure:
 	dh_auto_configure --builddirectory=dbuild.gnulinux -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 	-DENABLE_CORBA=ON \
 	-DCORBA_IMPLEMENTATION:STRING=OMNIORB \
+	-DENABLE_TESTS=ON \
 	-DOROCOS_TARGET=gnulinux
 ifeq ($(BUILD_TARGET),gnuxen)
 	mkdir -p dbuild.xenomai
 	dh_auto_configure --builddirectory=dbuild.xenomai -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 	-DENABLE_CORBA=ON \
 	-DCORBA_IMPLEMENTATION:STRING=OMNIORB \
+	-DENABLE_TESTS=ON \
 	-DOROCOS_TARGET=xenomai
 endif	
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/orocos/rtt.git



More information about the debian-science-commits mailing list