Skip to content
Snippets Groups Projects
Commit 3538d6fc authored by Andreas Tille's avatar Andreas Tille
Browse files

d/rules: check DEB_BUILD_OPTIONS against nocheck

parent 8e50f10d
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ compojure-clojure (1.6.0-2) UNRELEASED; urgency=normal
[ Andreas Tille ]
* Fix watch file
* d/rules: check DEB_BUILD_OPTIONS against nocheck
-- Louis-Philippe Véronneau <pollo@debian.org> Sat, 08 Jan 2022 17:53:52 -0500
......
......@@ -33,6 +33,8 @@ override_dh_installdocs:
dh_installdocs -XHISTORY
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test
(cd test && find . -name "*.clj" | \
xargs clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH):$(TEST_CLASSPATH))
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment