]> rtime.felk.cvut.cz Git - omk.git/blob - tests/cmetric
Include functions.sh from the correct directory
[omk.git] / tests / cmetric
1 #!/bin/sh
2
3 . ./functions.sh
4
5 touch config.omk-default
6 make NM=false && error "cmetric error was not correctly detected"
7 make || error "compilation error"
8 cmp correct_cmetric_config.h _compiled/include/test/cmetric_config.h || \
9     error "produced file differs"