]> rtime.felk.cvut.cz Git - omk.git/blob - tests/omk_config/runtest
2eef4cc947f448c6b89cfbc8178ed2b0a0969530
[omk.git] / tests / omk_config / runtest
1 #!/bin/sh
2
3 source ../functions.sh
4
5 OUTPUT=$(make 2>&1)
6
7 echo $OUTPUT
8 echo $OUTPUT|grep -q 'config.target included'|| error "config.target not included"
9 echo $OUTPUT|grep -q 'config.omk included'|| error "config.omk not included"