]> rtime.felk.cvut.cz Git - omk.git/blob - tests/subdirs_first-force-subdir
Update wvtool
[omk.git] / tests / subdirs_first-force-subdir
1 #!/bin/bash
2
3 . ./functions.sh
4
5 make SUBDIRS=subdir-forced 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-forced.txt || error "make SUBDIRS=... works incorrecly"