]> rtime.felk.cvut.cz Git - omk.git/blob - tests/omk_config
Update wvtool
[omk.git] / tests / omk_config
1 #!/bin/bash
2
3 . ./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"