We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6968bda commit c585a49Copy full SHA for c585a49
debian/rules
@@ -106,6 +106,11 @@ build-stamp: debian/build/CMakeCache.txt
106
# Add here commands to compile the package.
107
$(MAKE) -C debian/build
108
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
+
114
touch $@
115
116
cleantemplates:
0 commit comments