]> rtime.felk.cvut.cz Git - omk.git/blob - tests/cmetric/cmetric
Rename runtest file according to the containing directory
[omk.git] / tests / cmetric / 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"