Control: tag -1 patch

Hi Adrian,

Thank you for your testings, and having caught this:
> Unable to find executable: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ensmallen_tests

It looks like the binary ensmallen_tests driving the test suite
does not get built by the default targets.  The patch in
attachment solves the problem on my end, and the build from
source goes through.

In hope this helps…
Have a nice day,  :)
-- 
Étienne Mollier <emoll...@emlwks999.eu>
Fingerprint:  8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
Sent from /dev/tty1, please excuse my verbosity.
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
 %:
 	dh $@
 
+execute_after_dh_auto_build:
+	dh_auto_build -- ensmallen_tests
+
 # Number of times to run test suite.
 # (There was a heisenbug, and this was used to help track it down.)
 n_test = 1

Attachment: signature.asc
Description: PGP signature

Reply via email to