]> rtime.felk.cvut.cz Git - omk.git/blob - tests/headers-nonexisting
Update wvtool
[omk.git] / tests / headers-nonexisting
1 #!/bin/bash
2
3 . ./functions.sh
4
5 set -x
6 touch config.omk-default
7 make || : # It is OK to fail because of missing header file
8
9 find _compiled | grep nonexising.h && error "Link to nonexisting header file creaed." || :