Update unit test to run with GitHub release.

This commit is contained in:
Matt Guthaus 2016-11-09 12:02:08 -08:00
parent 7a23550ae0
commit 3bc6f1db5e
1 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
#Check out a copy of the repository:
#cd ~
#git clone gitosis@mada0.cse.ucsc.edu:openram.git unit_test
@ -6,9 +7,8 @@
#Add a command like this to the crontab to call the regression script
# m h dom mon dow user command
#0 0,12 * * * /mada/users/wubin6666/unit_test/trunk/regress_daemon.sh
!/bin/bash
source /mada/software/setup.sh
export OPENRAM_HOME="/soe/mrg/unit_test/trunk/compiler"
export OPENRAM_TECH="/soe/mrg/unit_test/trunk/technology"
python ${HOME}/unit_test/trunk/regress_daemon.py -t freepdk45
python ${HOME}/unit_test/trunk/regress_daemon.py -t scn3me_subm
export OPENRAM_HOME="/soe/mrg/unit_test/compiler"
export OPENRAM_TECH="/soe/mrg/unit_test/technology"
python ${HOME}/unit_test/regress_daemon.py -t freepdk45
python ${HOME}/unit_test/regress_daemon.py -t scn3me_subm