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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -