]> rtime.felk.cvut.cz Git - omk.git/blob - tests/subdirs_first
Update wvtool
[omk.git] / tests / subdirs_first
1 #!/bin/bash
2
3 . ./functions.sh
4
5 make default-config 2>&1 | tee make.log
6
7 grep '^In .* directory$' make.log | tee order-current.txt
8 diff -u order-current.txt order-correct.txt || error "Subdirectories are not processed first"