/[escript]/trunk/finley/test/HBtest/unit_test
ViewVC logotype

Contents of /trunk/finley/test/HBtest/unit_test

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (show annotations)
Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File size: 494 byte(s)
move all directories from trunk/esys2 into trunk and remove esys2

1 #!/bin/bash
2 if [ ! -e Makefile ]; then ln -s ./HBtest.mk Makefile; fi
3 make -f ./Makefile clean
4 make -f ./Makefile
5 echo ----------------------------------------------------------------------------
6 ./HBtest.exe mtx.mm out.hb skjfhysdkh
7 cmp -s out.hb out.hb.correct
8 if [ $? != 0 ]
9 then
10 echo "out.hb and out.hb.correct differ"
11 echo "!! Test FAILED !!"
12 make -f ./Makefile clean
13 exit 1
14 else
15 echo "** Test PASSED **"
16 rm -f out.hb
17 make -f ./Makefile clean
18 exit 0
19 fi

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26