-
Notifications
You must be signed in to change notification settings - Fork 219
Description
Continuing http://sourceforge.net/p/check/bugs/111/: Running make check
in an autotools
-based project causes all tests to fail and check_msg.c:80: No messaging setup
to be logged to test-suite.log
. I found http://sourceforge.net/p/check/bugs/74/ which doesn't apply because I don't use Windows and http://sourceforge.net/p/check/mailman/message/2750522/ which doesn't contain any replies.
Minimal working example is provided at https://github.com/krichter722/check-no_messaging_setup-issue based on check
's check_money
example. I'm also providing a travis build result at https://travis-ci.org/krichter722/check-no_messaging_setup-issue/builds/107650108 which reproduces the issue!
I didn't manage to upload the project as a zip because travis didn't let me. I think it would be good to archive it here and for me to keep by repository list clean in the future.