To force the test scripts to invoke make in parallel mode. This should
enhance coverage of use cases (make concurrency) that are becoming more
and more important with today multicore fast machines.
* Makefile.am (check-parallel): New .PHONY target.
Signed-off-by: Stefano Lattarini
---
Makefile
commit a0db09fe9eb8b03415a5dd00ff031f5a17096108
Merge: 439ca6b aba3b0a
Author: Stefano Lattarini
Date: Thu May 23 20:49:39 2013 +0200
Merge branch 'maint'
* maint:
tests: avoid few lingering $MAKE redirections
tests: avoid '$MAKE' redirections, use 'run_make' instead
These were present in the 'maint' branch, but not in the 'micro' branch.
Their occurrences has been found by the 'sc_tests_no_run_make_redirect'
maintainer check.
* t/fort2.sh: Adjust.
* t/preproc-demo.sh: Likewise.
Signed-off-by: Stefano Lattarini
---
t/fort2.sh| 6 ++
t/preproc-de
commit 86e45fe19374b87b6a9adaeb3ecc93e51c7d54a7
Merge: 8d71087 3ce4015
Author: Stefano Lattarini
Date: Thu May 23 20:12:17 2013 +0200
Merge branch 'micro' into maint
* micro:
tests: avoid '$MAKE' redirections, use 'run_make' instead
tests: avoid use of redirected 'run_make'