Parent Directory
|
Revision Log
move all directories from trunk/esys2 into trunk and remove esys2
1 | jgs | 123 | #!/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 | jgs | 147 | make -f ./Makefile clean |
13 | exit 1 | ||
14 | jgs | 123 | else |
15 | echo "** Test PASSED **" | ||
16 | rm -f out.hb | ||
17 | jgs | 147 | make -f ./Makefile clean |
18 | exit 0 | ||
19 | jgs | 123 | fi |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |