On Tuesday 20 April 2010, ext Brad Hards wrote: > Hi, > > Not sure if this is really an test problem, or something deeper. > When running the auto test suite, it builds OK (well completes), > but fails at "make check". > > The ./tst_qlibrary executable is located in tests/auto/qlibrary/, > but the makefile in tests/auto/qlibrary/tst tries to run it as > ./tst_qlibrary (instead of ../tst_qlibrary). > > The tst.pro looks OK: > TARGET = ../tst_qlibrary > but the Makefile looks confused: > QMAKE_TARGET = tst_qlibrary > DESTDIR = ../ > TARGET = ../tst_qlibrary > ... > check: first > ./$(QMAKE_TARGET) > > Logs from build and check are shown below. > > Anyone else able to repeat this? Any solutions?
Hi Brad, I can reproduce it. `make check' is known to be broken for a few tests. If you file a bug report for it then I'll make sure it gets updated. -- Rohan _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
