Skip to content
Commits on Source (2)
......@@ -7,8 +7,9 @@ bali-phy (3.1+dfsg-1) UNRELEASED; urgency=medium
[ Benjamin Redelings ]
* Stop excluding files that have been removed upstream.
* New upstream version
* Add quilt patch to not run external testiphy test suite.
-- Benjamin Redelings <benjamin.redelings@gmail.com> Wed, 02 May 2018 17:47:42 -0400
-- Benjamin Redelings <benjamin.redelings@gmail.com> Wed, 02 May 2018 18:26:46 -0400
bali-phy (3.0.3+dfsg-1) unstable; urgency=medium
......
--- a/meson.build
+++ b/meson.build
@@ -135,9 +135,3 @@ test('bali-phy testsuite',
timeout: 600,
workdir: join_paths(meson.source_root(),'tests'),
args:[baliphy.full_path(), packagepath])
-
-test('testiphy (likelihood testsuite)',
- find_program('testiphy/testiphy'),
- timeout: 600,
- workdir: join_paths(meson.source_root(),'testiphy'),
- args:[baliphy.full_path(), packagepath])