Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9e7b594e authored by POTTIER Francois's avatar POTTIER Francois
Browse files

Makefile: improve [make test] to use more parallelism and produce interactive output.

parent 89e29ced
No related branches found
No related tags found
No related merge requests found
...@@ -59,11 +59,12 @@ clean: ...@@ -59,11 +59,12 @@ clean:
# toplevel, then we run [make unattended_norebuild] in every demo directory. # toplevel, then we run [make unattended_norebuild] in every demo directory.
# LOOP := xargs -n1 # LOOP := xargs -n1
LOOP := parallel --no-notice --jobs 4 LOOP := parallel --no-notice --jobs 8 --group
.PHONY: test .PHONY: test
test: dependencies test:
@ make clean # @ make dependencies
# @ make clean
@ make -f Makefile.monolith all --no-print-directory @ make -f Makefile.monolith all --no-print-directory
@ $(DEMOS) \ @ $(DEMOS) \
| $(LOOP) make unattended_norebuild --no-print-directory -C | $(LOOP) make unattended_norebuild --no-print-directory -C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment