]> rtime.felk.cvut.cz Git - omk.git/blob - tests/subdirs_first/runtest
Renamed test directory ("-" changed to "_")
[omk.git] / tests / subdirs_first / runtest
1 #!/bin/sh
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"