3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

Added "make -j{N}" support to "make test"

This commit is contained in:
Clifford Wolf 2014-07-30 19:21:52 +02:00
parent ceecf5b153
commit 7d98645fe8
7 changed files with 39 additions and 22 deletions

View file

@ -9,7 +9,7 @@ tar --strip=1 -xjf vloghammer_tb.tar.bz2
make clean
rm -rf log_test_*
make -j4 EXIT_ON_ERROR=1 YOSYS_BIN=$PWD/../../yosys YOSYS_SCRIPT="proc;;" check_yosys
make -j4 -f test_makefile MODE=share
make -j4 -f test_makefile MODE=mapopt
${MAKE:-make} EXIT_ON_ERROR=1 YOSYS_BIN=$PWD/../../yosys YOSYS_SCRIPT="proc;;" check_yosys
${MAKE:-make} -f test_makefile MODE=share
${MAKE:-make} -f test_makefile MODE=mapopt