From: Jiri Vlasak Date: Mon, 9 May 2022 11:13:10 +0000 (+0200) Subject: Upgrade makefile for tests X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/iamcar2.git/commitdiff_plain/3f7e36faa88f3aeef219f9b115ead0d80db87d3e Upgrade makefile for tests --- diff --git a/Makefile.tests b/Makefile.tests index 50e5d2b..ca373c9 100644 --- a/Makefile.tests +++ b/Makefile.tests @@ -1,13 +1,13 @@ -sc = $(wildcard ../scenarios_real-world-artificial-obstacles/*) +sc = $(wildcard ../scenarios-j1/*) -.phony: all test48 +.phony: all test54 all: @echo "Run from `build` directory:" - @echo "\tmake -f ../Makefile.tests -j 32 test48" + @echo "\tmake -f ../Makefile.tests -j 32 test54" -test48: $(addprefix out/test48/, $(notdir $(sc))) +test54: $(addprefix out-test54/, $(notdir $(sc))) @echo "$<" -$(addprefix out/test48/, $(notdir $(sc))): $(sc) - nice bash ../scripts/test_scenario.sh $@ 1000 $(addprefix ../scenarios_real-world-artificial-obstacles/, $(notdir $@)) test48 +$(addprefix out-test54/, $(notdir $(sc))): $(sc) + nice bash ../scripts/test_scenario.sh $@ 1000 $(addprefix ../scenarios-j1/, $(notdir $@)) test54