1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
============= common tests ============
Option -t should be specified
=========== custom_check1.c ===========
1
checking custom test check1... 1
1
1
checking custom test check1... 1
1
checking custom test check1... (cached) 1
1
checking custom test check1... (cached) yes
1
checking custom test check1... yes
1
checking custom test check1... yes
1
checking custom test check1... no
0
checking custom test check1... yes
1
checking custom test check1... no
0
=========== custom_check3.c ===========
checking custom test check3... 1
1
=========== my_check2.c ===========
checking custom test check2... no
0
checking custom test check2... no
0
=========== my_check4.c ===========
checking custom test check4... 1
1
checking custom test check4... no
0
checking trying to build my_check4 application... no
0
_mkc_custom_check4.err
_mkc_custom_check4.res
=======================================
|