Description: determeine boost's testframework library
 The tests needs to link to the boost's testframework library, so we need to
 look for them in configure.ac and set the resp. macros
Author: Tobias Frost <tobi@debian.org>
Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional>
Last-Update: 2018-01-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.ac
+++ b/configure.ac
@@ -198,6 +198,8 @@
 
 AC_SUBST([FILESYSTEM_LIBS])
 
+BOOST_TEST
+
 # PyBind11 if required
 if test "$python_scripting" = 'yes'
 then
