Home
last modified time | relevance | path

Searched full:cmock (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CLHPP/tests/
DCMakeLists.txt61 …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
Dcmock.yml1 :cmock:
Dtest_openclhpp.cpp13 #include <cmock.h>
2812 // but it means we won't hit cmock release callbacks at the end.
/external/OpenCL-CLHPP/
DREADME.md24 requires Python, Ruby, and CMock. For the last one we use
25 [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…
D.gitmodules1 [submodule "external/CMock"]
2 path = external/CMock
3 url = https://github.com/ThrowTheSwitch/CMock
DCMakeLists.txt119 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")