]> rtime.felk.cvut.cz Git - omk/sssa.git/blob - tests/use_leaf_makefiles/runtest
Fixed QT compilation from subdirectory and documented QT_SUBDIRS variable
[omk/sssa.git] / tests / use_leaf_makefiles / runtest
1 #!/bin/sh
2
3 . ../functions.sh
4
5 exec 3>&1 >make.log
6 make 2>&1
7 exec >&3
8 grep "Makefile.omk used without leaf Makefile" make.log
9 grep "Leaf Makefile included" make.log
10 grep "Executed.*-pass" make.log