]> rtime.felk.cvut.cz Git - omk.git/blob - tests/whole_tree
Update wvtool
[omk.git] / tests / whole_tree
1 #!/bin/bash
2
3 . ./functions.sh
4
5 rm -f *.mark
6
7 WVPASS make -C subdir W=1
8
9 [ -f 'toplevel.mark' ] || error "Toplevel make was not called".
10 [ `wc -l < subdir.mark` -eq 1 ] || error "OMK_SERIALIZE does not work"