]> rtime.felk.cvut.cz Git - omk.git/blob - tests/hooks
Update wvtool
[omk.git] / tests / hooks
1 #!/bin/bash
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"