]> rtime.felk.cvut.cz Git - omk.git/blob - tests/headers/nonexising/runtest
Fixed test functions to work under dash shell
[omk.git] / tests / headers / nonexising / runtest
1 #!/bin/sh
2
3 . ../../functions.sh
4
5 touch config.omk-default
6 make || exit 0 # It is OK to fail because of missing header file
7
8 find _compiled | grep nonexising.h && error "Link to nonexisting header file creaed."