Skip to content

Commit c585a49

Browse files
committedNov 16, 2011
debian packaging update
1 parent 6968bda commit c585a49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎debian/rules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ build-stamp: debian/build/CMakeCache.txt
106106
# Add here commands to compile the package.
107107
$(MAKE) -C debian/build
108108

109+
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
110+
# Code to run the package test suite - and ignore the outcome for now
111+
LD_LIBRARY_PATH=$(PWD)/debian/build/output/lib:$(LD_LIBRARY_PATH) $(MAKE) -C debian/build test || true
112+
endif
113+
109114
touch $@
110115

111116
cleantemplates:

0 commit comments

Comments
 (0)
Please sign in to comment.