forked from github/verilator
Tests: Add driver --hashset for Travis.
This commit is contained in:
parent
328fef8190
commit
1c1319079b
@ -20,10 +20,10 @@ case $1 in
|
|||||||
make -C test_regress SCENARIOS=--vltmt
|
make -C test_regress SCENARIOS=--vltmt
|
||||||
;;
|
;;
|
||||||
vltmt0)
|
vltmt0)
|
||||||
make -C test_regress SCENARIOS=--vltmt HASHSET=--hashset=0/2
|
make -C test_regress SCENARIOS=--vltmt DRIVER_HASHSET=--hashset=0/2
|
||||||
;;
|
;;
|
||||||
vltmt1)
|
vltmt1)
|
||||||
make -C test_regress SCENARIOS=--vltmt HASHSET=--hashset=1/2
|
make -C test_regress SCENARIOS=--vltmt DRIVER_HASHSET=--hashset=1/2
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: test.sh (dist|vlt|vltmt)"
|
echo "Usage: test.sh (dist|vlt|vltmt)"
|
||||||
|
Loading…
Reference in New Issue
Block a user