comcka单元测试框架使用记录 Posted on 2018-06-11 build example123456789hogan@ubuntu:~/framework/cmocka/tests$ gcc -o test_ordering_fail test_ordering_fail.c -I ../build/ -I ../include/ -lcmockahogan@ubuntu:~/framework/cmocka/tests$ gcc -o test_skip test_skip.c -lcmockahogan@ubuntu:~/framework/cmocka/tests$ gcc -o test_ordering test_ordering.c -I ../build/ -I ../include/ -lcmockacd ~/share/framework/cmocka/build/examplemake cleanmake