Codebase list java-classpath-clojure / aca7ebd
d/tests: add autopkgtests. Louis-Philippe VĂ©ronneau 3 years ago
4 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 * d/control: Standards-Version update to 4.5.1. Add Rules-Requires-Root.
88 * d/control: move to the Clojure Team and updater VCS fields.
99 * d/watch: update to v4 and migrate to git mode.
10 * d/tests: add autopkgtests.
1011
1112 -- Louis-Philippe VĂ©ronneau <pollo@debian.org> Mon, 14 Dec 2020 11:13:44 -0500
1213
0 #!/bin/sh
1
2 CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/java.classpath.jar
3
4 clojure -cp $CLASSPATH -e '(use '"'"'clojure.java.classpath)'
0 Tests: build
1 Depends: @, clojure
2 Restrictions: superficial
3
4 Tests: unittests
5 Depends: @, clojure
0 #!/bin/sh
1 set -efu
2
3 CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/java.classpath.jar
4
5 cp -a src/test "$AUTOPKGTEST_TMP"
6 cd "$AUTOPKGTEST_TMP"
7
8 find . -name "*.clj" | xargs clojure -cp $CLASSPATH