summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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