We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca01d5c commit 85f0818Copy full SHA for 85f0818
debian/rules
@@ -21,3 +21,8 @@ override_dh_auto_configure:
21
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
22
--libdevdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
23
--cc=$(CC)
24
+
25
+override_dh_auto_test:
26
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
27
+ $(MAKE) runtests
28
+endif
0 commit comments