]> rtime.felk.cvut.cz Git - omk.git/blob - tests/omk_config/runtest
Fixed test functions to work under dash shell
[omk.git] / tests / omk_config / runtest
1 #!/bin/sh
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"