Il 09/05/2012 19:11, Andreas Färber ha scritto: >> > # All QTests for now are POSIX-only, but the dependencies are >> > # really in libqtest, not in the testcases themselves. >> > check-qtest-i386-y = tests/rtc-test >> > +check-qtest-i386-y = tests/fdc-test > $(EXESUF)?
In practice qtests will only run on machines with empty EXESUF, so it makes really no difference. Consistency would be nice though. >> > check-qtest-x86_64-y = $(check-qtest-i386-y) >> > check-qtest-sparc-y = tests/m48t59-test$(EXESUF) >> > check-qtest-sparc64-y = tests/m48t59-test$(EXESUF) > Or are these wrong? Paolo