]> rtime.felk.cvut.cz Git - omk.git/blob - tests/hooks/hooks
Rename runtest file according to the containing directory
[omk.git] / tests / hooks / hooks
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"