]> rtime.felk.cvut.cz Git - omk/sssa.git/blob - tests/functions.sh
Fixed shared libs dependences and added test for shlibs.
[omk/sssa.git] / tests / functions.sh
1 # -*-sh-*-
2
3 function error() {
4     echo $1 > _error
5     exit 1
6 }
7
8 function canttest() {
9     echo $1 > _error
10     exit 2
11 }