]> rtime.felk.cvut.cz Git - omk.git/blob - tests/headers/nonexising/runtest
Convert test files to scripts that recreate them
[omk.git] / tests / headers / nonexising / runtest
1 #!/bin/sh
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." || :