summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-08-14 19:16:29 +0200
committerGard Spreemann <gspr@nonempty.org>2021-08-14 19:21:41 +0200
commita495c5ed5f0ab200297b6c2455592b4200b30437 (patch)
tree0d93bf7cc105a6f5026fc234d9007f7012304527
parentebe0285eabd613b755c5506e02924894679661b7 (diff)
Run build-time tests from the correct directorydebian/0_git20210508+dfsg-1
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7439eac..2a80dae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ hera (0~git20210508+dfsg-1) unstable; urgency=medium
* Actually depend on PHAT.
- Add patch to use the system PHAT version instead of DFSG-deleted
bundled copy.
+ * Run build-time tests from the correct directory.
-- Gard Spreemann <gspr@nonempty.org> Sat, 14 Aug 2021 18:42:03 +0200
diff --git a/debian/rules b/debian/rules
index c30dca2..30c7235 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,5 +27,4 @@ execute_before_dh_install:
install -D build-wasserstein/wasserstein_dist_dipha debian/tmp/usr/bin/hera-wasserstein-dipha
override_dh_auto_test:
- build-wasserstein/wasserstein_test
-
+ cd wasserstein/tests/data && ../../../build-wasserstein/wasserstein_test