Skip to content
Permalink
Browse files
debian packaging update
  • Loading branch information
jef-n committed Nov 16, 2011
1 parent 6968bda commit c585a49
Showing 1 changed file with 5 additions and 0 deletions.
@@ -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:

0 comments on commit c585a49

Please sign in to comment.