From: Jiri Vlasak Date: Mon, 10 May 2021 14:23:33 +0000 (+0200) Subject: Use nice in tests makefile X-Git-Tag: v0.5.0~16 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/iamcar2.git/commitdiff_plain/5a7636dda4b91ec38abb37eb724c9ab4d617b367 Use nice in tests makefile --- diff --git a/Makefile.tests b/Makefile.tests index bb3052b..1873dfb 100644 --- a/Makefile.tests +++ b/Makefile.tests @@ -10,4 +10,4 @@ test48: $(addprefix out/test48/, $(notdir $(sc))) @echo "$<" out/test48/%: $(sc) - bash ../scripts/test_scenario.sh $@ 20 $< test48 + nice bash ../scripts/test_scenario.sh $@ 20 $< test48