On Sat, Apr 20, 2013 at 09:17:24PM +0200, Stefano Lattarini wrote: > On 03/20/2013 05:10 PM, Sven Verdoolaege wrote: > > Is it no longer allowed to have conditional tests as in > > > > TESTS = @extra_tests@ > > EXTRA_TESTS = pet_test.sh > > > > or is anything missing from my input? > > > If you add "TEST_EXTENSIONS = .sh", everything should work again. > Can you confirm this is the case?
Thanks. That fixes the problem. skimo