Parent Directory
|
Revision Log
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 |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |