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