b4n commented on this pull request.


> @@ -0,0 +1,10 @@
+dnl Checks for everything required for criterion unit tests
+AC_DEFUN([GEANY_CHECK_CRITERION],
+[
+       AC_REQUIRE_AUX_FILE([tap-driver.sh])
+       AC_PROG_AWK
+
+       PKG_CHECK_MODULES([CRITERION], [criterion >= 2.3.1],
+                       [AM_CONDITIONAL([WITH_CRITERION], true)],
+                       [AM_CONDITIONAL([WITH_CRITERION], false)])

ah, I see that in the Travis log:
> configure.ac:131: required file `build-aux/tap-driver.sh' not found

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1427#discussion_r106781601

Reply via email to