Parent Directory
|
Revision Log
move all directories from trunk/esys2 into trunk and remove esys2
1 | jgs | 117 | #!/bin/bash |
2 | if [ ! -e Makefile ]; then ln -s ./MMtest.mk Makefile; fi | ||
3 | make -f ./Makefile clean | ||
4 | make -f ./Makefile | ||
5 | echo ---------------------------------------------------------------------------- | ||
6 | ./MMtest.exe inp.mm out.mm | ||
7 | cmp -s inp.mm out.mm | ||
8 | if [ $? != 0 ] | ||
9 | then | ||
10 | echo "inp.mm and out.mm differ" | ||
11 | echo "!! Test FAILED !!" | ||
12 | jgs | 147 | make -f ./Makefile clean |
13 | exit 1 | ||
14 | jgs | 117 | else |
15 | echo "** Test PASSED **" | ||
16 | rm -f out.mm | ||
17 | jgs | 147 | make -f ./Makefile clean |
18 | exit 0 | ||
19 | jgs | 117 | fi |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |