Hi Ralf, One more thing, I moved the tests to another library, and then I was having problems with the linking part. The missing symbols were from the library that I was trying to build using the autotools. I added this to the test/Makefile.am.
AM_LDFLAGS = -L$(top_srcdir)/yafeq -lyafeq and this works fine. Is this the right way to do this? Thanks once again, Alejandro Ralf Wildenhues wrote: > > * 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 > > > > -- View this message in context: http://www.nabble.com/running-tests-under-in-a-tests--directory-tp23773808p23949851.html Sent from the Gnu - Automake - General mailing list archive at Nabble.com.