]> rtime.felk.cvut.cz Git - omk.git/blob - tests/cmetric
Ignore temporary directories created by running tests
[omk.git] / tests / cmetric
1 #!/bin/bash
2
3 . ./functions.sh
4
5 touch config.omk-default
6 needs_valid_CC
7
8 WVFAIL make NM=false FAILMSG="cmetric error was not correctly detected"
9 WVPASS make FAILMSG="compilation error"
10
11 eval $(make omk-get-var VAR=COMPILED_DIR_NAME|grep ^COMPILED_DIR_NAME)
12
13 WVPASS diff -u correct_cmetric_config.h $COMPILED_DIR_NAME/include/test/cmetric_config.h