We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76079fb commit cfa4c4dCopy full SHA for cfa4c4d
test/unit-test/CMakeLists.txt
@@ -34,7 +34,6 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-parameter -Wno-missing-prototype
34
add_library(mocks STATIC EXCLUDE_FROM_ALL
35
framework/src/mock_gestures.c
36
framework/src/mock_screen_stack.c
37
- framework/src/mock_memory.c
38
framework/src/mock_qtouch.c
39
)
40
target_link_libraries(mocks PUBLIC c-unit-tests_rust_c ${CMOCKA_LDFLAGS})
test/unit-test/framework/src/mock_memory.c
0 commit comments