]> rtime.felk.cvut.cz Git - omk.git/blob - tests/whole_tree/runtest
Every test case can have its own definition of rules it applies to. Minor correction...
[omk.git] / tests / whole_tree / runtest
1 #!/bin/sh
2
3 . $OMK_TESTSROOT/functions.sh
4
5 touch config.omk-default
6 make -C subdir W=1 || canttest
7
8 [ -f 'toplevel.mark' ] || error "Toplevel make was not called".