File: config_tst.sh

package info (click to toggle)
gplcver 2.12a-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,604 kB
  • ctags: 9,129
  • sloc: ansic: 126,201; sh: 1,539; makefile: 86; perl: 22
file content (34 lines) | stat: -rwxr-xr-x 725 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/sh 
# install test procedures

CVER="../../../bin/cver -q +config" 

if test ! -f ../../../bin/cver 
then
  echo "ERROR - there is no cver in ../../../bin/"
  echo "Must make in src/ directory" 
  exit;
fi

$CVER config1.map >/dev/null
../../install.tst/rmlic.pl
diff verilog.log config1.plg

$CVER config2.map >/dev/null
../../install.tst/rmlic.pl
diff verilog.log config2.plg

$CVER config3.map >/dev/null
../../install.tst/rmlic.pl
diff verilog.log config3.plg

$CVER config4.map >/dev/null
../../install.tst/rmlic.pl
diff verilog.log config4.plg

$CVER config5.map >/dev/null
../../install.tst/rmlic.pl
diff verilog.log config5.plg

echo ">>>> v2001 test completed (this should be only message printed)."
echo " "