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 2915ed1 commit 5b9c5c7Copy full SHA for 5b9c5c7
CMakeLists.txt
@@ -274,7 +274,7 @@ if(ENABLE_VALGRIND_TESTS)
274
endif()
275
276
if(ENABLE_TESTS)
277
- find_package(CMocka 1.0.0)
+ find_package(CMocka 1.0.1)
278
if(NOT CMOCKA_FOUND)
279
message(STATUS "Disabling tests because of missing CMocka")
280
set(ENABLE_TESTS OFF)
README.md
@@ -60,7 +60,7 @@ as well as YANG 1.1 ([RFC 7950](https://tools.ietf.org/html/rfc7950)).
60
#### Optional
61
62
* doxygen (for generating documentation)
63
-* cmocka >= 1.0.0 (for [tests](#Tests))
+* cmocka >= 1.0.1 (for [tests](#Tests))
64
* valgrind (for enhanced testing)
65
* gcov (for code coverage)
66
* lcov (for code coverage)
0 commit comments