File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ if(ENABLE_VALGRIND_TESTS)
176176endif ()
177177
178178if (ENABLE_TESTS)
179- find_package (CMocka 1.0.0 )
179+ find_package (CMocka 1.0.1 )
180180 if (NOT CMOCKA_FOUND)
181181 message (STATUS "Disabling tests because of missing CMocka" )
182182 set (ENABLE_TESTS OFF )
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ compile and install it from [source](https://github.com/DNSSEC-Tools/DNSSEC-Tool
102102Only the validator component (` DNSSEC-Tools/dnssec-tools/validator ` ) is needed.
103103
104104### cmocka
105- For running the tests (see the [ Tests] ( #tests ) section for more information).
105+ For running the tests cmocka 1.0.1 is required (see the [ Tests] ( #tests ) section for more information).
106106```
107107$ sudo apt-get install libcmocka-dev
108108```
You can’t perform that action at this time.
0 commit comments