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

Annotation of /trunk/finley/test/SystemMatrixAdapter/unit_test

Parent Directory Parent Directory | Revision Log Revision Log


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

1 jgs 82 #!/bin/bash
2     # $Id$
3     if [ ! -e Makefile ]; then ln -s ./SystemMatrixAdapterTest.mk Makefile; fi
4     make -f ./Makefile clean
5     make -f ./Makefile DODEBUG=YES
6     ./SystemMatrixAdapterTest.exe
7 jgs 147 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