]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blobdiff - Makefile.tests
Fix private member name
[hubacji1/iamcar2.git] / Makefile.tests
index 1873dfbcb7109bd2f0dd958cfe4d0c93c8aa4c76..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 "$<"
 
-out/test48/%: $(sc)
-       nice bash ../scripts/test_scenario.sh $@ 20 $< test48
+$(addprefix out-test54/, $(notdir $(sc))): $(sc)
+       nice bash ../scripts/test_scenario.sh $@ 1000 $(addprefix ../scenarios-j1/, $(notdir $@)) test54