Searched full:cmock (Results 1 – 8 of 8) sorted by relevance
61 …COMMAND ${RUBY_EXECUTABLE} ${CMOCK_DIR}/lib/cmock.rb -o${CMAKE_CURRENT_SOURCE_DIR}/cmock.yml strip…62 …COMMAND ${RUBY_EXECUTABLE} ${CMOCK_DIR}/lib/cmock.rb -o${CMAKE_CURRENT_SOURCE_DIR}/cmock.yml strip…63 …COMMAND ${RUBY_EXECUTABLE} ${CMOCK_DIR}/lib/cmock.rb -o${CMAKE_CURRENT_SOURCE_DIR}/cmock.yml strip…65 DEPENDS stripped/cl.h stripped/cl_ext.h stripped/cl_gl.h cmock.yml)72 SOURCES cmock.yml)78 …COMMAND ${RUBY_EXECUTABLE} ${UNITY_DIR}/auto/generate_test_runner.rb test_openclhpp.cpp cmock.yml …81 DEPENDS test_openclhpp.cpp cmock.yml)119 ${CMOCK_DIR}/src/cmock.c
1 :cmock:
13 #include <cmock.h>2812 // but it means we won't hit cmock release callbacks at the end.
24 requires Python, Ruby, and CMock. For the last one we use25 [CMock top-of-tree from Github](https://github.com/ThrowTheSwitch/CMock),26 as the latest (at the time this was written) released CMock version,47 - The unit tests require [CMock](https://github.com/ThrowTheSwitch/CMock). To get this external dep…
1 [submodule "external/CMock"]2 path = external/CMock3 url = https://github.com/ThrowTheSwitch/CMock
119 set(UNITY_DIR ${PROJECT_SOURCE_DIR}/external/CMock/vendor/unity CACHE PATH "Unity dir")120 set(CMOCK_DIR ${PROJECT_SOURCE_DIR}/external/CMock CACHE PATH "CMock dir")
127 * [Unity](http://www.throwtheswitch.org/unity) (CMock, Ceedling)176 * [Unity](http://www.throwtheswitch.org/unity) (CMock, Ceedling)
[all...]