]> rtime.felk.cvut.cz Git - omk.git/blob - tests/hooks/runtest
Fixed test functions to work under dash shell
[omk.git] / tests / hooks / runtest
1 #!/bin/sh
2
3 . ../functions.sh
4
5 make|tee make.log
6
7 grep -q "include-pass-hook executed" make.log||error "include-pass-hook didn't execute"
8 grep -q "library-pass-hook executed" make.log||error "library-pass-hook didn't execute"
9 grep -q  "binary-pass-hook executed" make.log||error  "binary-pass-hook didn't execute"