comcka单元测试框架使用记录

    build example
    1
    2
    3
    4
    5
    6
    7
    8
    9
    hogan@ubuntu:~/framework/cmocka/tests$ gcc -o test_ordering_fail test_ordering_fail.c -I ../build/ -I ../include/ -lcmocka

    hogan@ubuntu:~/framework/cmocka/tests$ gcc -o test_skip test_skip.c -lcmocka

    hogan@ubuntu:~/framework/cmocka/tests$ gcc -o test_ordering test_ordering.c -I ../build/ -I ../include/ -lcmocka

    cd ~/share/framework/cmocka/build/example
    make clean
    make