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

Contents of /trunk/finley/test/MeshAdapter/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: 264 byte(s)
move all directories from trunk/esys2 into trunk and remove esys2

1 #!/bin/bash
2 # $Id$
3 if [ ! -e Makefile ]; then ln -s ./MeshAdapterTest.mk Makefile; fi
4 make -f ./Makefile clean
5 make -f ./Makefile DODEBUG=YES
6 ./MeshAdapterTest.exe
7 if [ $? != 0 ]
8 then
9 make -f ./Makefile clean
10 exit 1
11 else
12 make -f ./Makefile clean
13 exit 0
14 fi

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26