]> rtime.felk.cvut.cz Git - omk.git/blob - tests/use_leaf_makefiles
Update wvtool
[omk.git] / tests / use_leaf_makefiles
1 #!/bin/bash
2
3 . ./functions.sh
4
5 exec 3>&1 >make.log
6 make 2>&1
7 exec >&3
8 grep "Makefile.omk used without leaf Makefile" make.log
9 grep "Leaf Makefile included" make.log
10 grep "Executed.*-pass" make.log