]> rtime.felk.cvut.cz Git - omk.git/blob - tests/whole_tree/runtest
Fixed test functions to work under dash shell
[omk.git] / tests / whole_tree / runtest
1 #!/bin/sh
2
3 . ../functions.sh
4
5 rm -f *.mark
6
7 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"