testing - Automake: Change targets according to environment variable -


i want able change tests according environment variable this

make check extra=more 

the makefile generated automake. don't want configure-time solution via am_conditional. don't want use make check tests=more since per default test shouldn't in tests.

the background there tests take long time , shouldn't run normal make check. adding target make extracheck can done doesn't give me convenient parallel test harness automake. if there variable in automake tests_more automagically works, love hear it.

it should possible in plain make in portable way. mentioned here automake not touch makefile include not observe. documentation says included files interpreted automake , not make.

if isn't possible via environment variables, maybe have alternative solution?


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -