From 312b8c5f85d45329cfefcad22c6ac610f52d0abf Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Sat, 25 Jul 2009 21:25:01 -0700 Subject: [PATCH] Makefile: parameterize ${testnum} --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 300ab4f..959a27d 100644 --- a/Makefile +++ b/Makefile @@ -351,6 +351,8 @@ sun_server = simmons-tunnel #sun_server = criss # criss is used for nohupped nanosim #sun_server = stanley # stanley is used for nohupped hsim +testnum = 0 + runtest: fleet.jar marina/testCode/marina.xml marina/testCode/marina.v marina/testCode/marina.schematic-parasitics.spi rsync -azre ssh --delete --progress --verbose ./ ${sun_server}:~/fleet/ time ssh -t -Y ${sun_server} 'cd ~/fleet/; make testlocal' @@ -362,7 +364,7 @@ testlocal: fleet.jar -cp `pwd`/../../lib/com.sun.async.test.jar:`pwd`/../../fleet.jar \ com.sun.vlsi.chips.marina.test.MarinaTest \ -hsim \ - -testNum 3040 + -testNum ${testnum} || tail -n 20 marina.spi.run marina/testCode/marina.xml \ marina/testCode/marina.v \ -- 1.7.10.4