* aaragon wrote on Fri, Jun 05, 2009 at 09:05:18PM CEST: > When deliberately making the tests fail, I still get: > > aara...@~/Documents/workspace/cpputils$make check > Making check in cpputils > make[1]: Nothing to be done for `check'. > Making check in tests > make check-TESTS > FAIL: test001 > PASS: testcppblas > ============================================================== > 1 of 2 tests failed > See tests/test-suite.log > Please report to Alejandro Aragon <alejandro.ara...@gmail.com> > ============================================================== > make[3]: *** [test-suite.log] Error 1 > make[2]: *** [check-TESTS] Error 2 > make[1]: *** [check-am] Error 2 > make: *** [check-recursive] Error 1 > > and I removed the double quoting from the AC_INIT macro already.
This looks normal, and expected to me, given that you put your name and address in the third argument of AC_INIT. What do you consider unexpected here? > One more comment. You forgot to add the diff-driver file to the EXTRA_DIST > variable. Thanks! I'm sure Martin will like to fix this on his web page then. Cheers, Ralf