Commit aad52a1b authored by Andreas Tille's avatar Andreas Tille
Browse files

Make sure the executable is found in test

parent 528d25ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
libedlib (1.2.3-4) UNRELEASED; urgency=medium

  * Make sure the executable is found in test

 -- Andreas Tille <tille@debian.org>  Sun, 21 Oct 2018 08:05:00 +0200

libedlib (1.2.3-3) unstable; urgency=medium

  * Fix Vcs fields
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ override_dh_install:

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	`find . -name edlib-aligner` -p apps/aligner/test_data/query.fasta apps/aligner/test_data/target.fasta
	`find . -name edlib-aligner -type f -executable` -p apps/aligner/test_data/query.fasta apps/aligner/test_data/target.fasta
	`find . -name runTests`
endif