]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commitdiff
Fix tests makefile
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Tue, 11 May 2021 09:38:27 +0000 (11:38 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Tue, 11 May 2021 09:38:27 +0000 (11:38 +0200)
Makefile.tests

index 1873dfbcb7109bd2f0dd958cfe4d0c93c8aa4c76..50e5d2b3a7dff34b2ac9bb93cb5e6159cd054936 100644 (file)
@@ -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