]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commitdiff
Upgrade makefile for tests
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Mon, 9 May 2022 11:13:10 +0000 (13:13 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Mon, 9 May 2022 11:13:10 +0000 (13:13 +0200)
Makefile.tests

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