Skip to content

Commit

Permalink
debian packaging update
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 16, 2011
1 parent 6968bda commit c585a49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/rules
Expand Up @@ -106,6 +106,11 @@ build-stamp: debian/build/CMakeCache.txt
# Add here commands to compile the package.
$(MAKE) -C debian/build

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Code to run the package test suite - and ignore the outcome for now
LD_LIBRARY_PATH=$(PWD)/debian/build/output/lib:$(LD_LIBRARY_PATH) $(MAKE) -C debian/build test || true
endif

touch $@

cleantemplates:
Expand Down

0 comments on commit c585a49

Please sign in to comment.