sc = $(wildcard ../scenarios-j1/*) .phony: all test54 all: @echo "Run from `build` directory:" @echo "\tmake -f ../Makefile.tests -j 32 test54" test54: $(addprefix out-test54/, $(notdir $(sc))) @echo "$<" $(addprefix out-test54/, $(notdir $(sc))): $(sc) nice bash ../scripts/test_scenario.sh $@ 1000 $(addprefix ../scenarios-j1/, $(notdir $@)) test54