[Github-comments] [geany/geany] Criterion unit tests (#1427)

Colomban Wendling notifications at xxxxx
Sat Mar 18 14:05:18 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170318/cf785c1d/attachment.html>


More information about the Github-comments mailing list