/[escript]/trunk/esys2/finley/test/MMtest/unit_test
ViewVC logotype

Contents of /trunk/esys2/finley/test/MMtest/unit_test

Parent Directory Parent Directory | Revision Log Revision Log


Revision 147 - (show annotations)
Fri Aug 12 01:45:47 2005 UTC (17 years, 7 months ago) by jgs
File size: 453 byte(s)
erge of development branch dev-02 back to main trunk on 2005-08-12

1 #!/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 make -f ./Makefile clean
13 exit 1
14 else
15 echo "** Test PASSED **"
16 rm -f out.mm
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