From: Jiri Vlasak Date: Tue, 11 May 2021 09:38:27 +0000 (+0200) Subject: Fix tests makefile X-Git-Tag: v0.5.0~14 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/iamcar2.git/commitdiff_plain/8c1426455c4ac2658d0e0ff3f0bc4fea64f0acb1 Fix tests makefile --- diff --git a/Makefile.tests b/Makefile.tests index 1873dfb..50e5d2b 100644 --- a/Makefile.tests +++ b/Makefile.tests @@ -9,5 +9,5 @@ all: test48: $(addprefix out/test48/, $(notdir $(sc))) @echo "$<" -out/test48/%: $(sc) - nice bash ../scripts/test_scenario.sh $@ 20 $< test48 +$(addprefix out/test48/, $(notdir $(sc))): $(sc) + nice bash ../scripts/test_scenario.sh $@ 1000 $(addprefix ../scenarios_real-world-artificial-obstacles/, $(notdir $@)) test48