automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 11] Fix LAZY_TEST_SUITE handling and $(TEST_SUITE_LOG) recrea


From: Akim Demaille
Subject: Re: [PATCH 11] Fix LAZY_TEST_SUITE handling and $(TEST_SUITE_LOG) recreation.
Date: Wed, 18 Mar 2009 18:34:35 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

>>> "RW" == Ralf Wildenhues <address@hidden> writes:

 > Your rule can be simplified a lot:  :-)

 > # Check that XFAIL tests do exist.
 > check-test-list-XFAIL: $(XFAIL_TESTS)
 > check-test-list-TFAIL: $(TFAIL_TESTS)
 > .PHONY: check-test-list-XFAIL check-test-list-TFAIL

 > Of course that will also update the actual tests if they are generated
 > themselves, but IIUC then that should not be a problem for you.

 > You could even
 > check-local: check-test-list-XFAIL check-test-list-TFAIL

That's indeed much shorter, thanks!  But the error message might be
less understandable.

I was actually suggesting that it might be part of the services
provided by Automake's new testing framework.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]