gnu: cppcheck: Enable tests.

* gnu/packages/check.scm (cppcheck)[arguments]: Add configure-flag to
enable tests.
master
Efraim Flashner 2018-12-20 21:26:17 +02:00
parent fa44d3a63e
commit 4241cb9c0b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -306,6 +306,8 @@ format.")
(sha256
(base32 "1mk2zxypx7lq34y4i0xxgwqg6prhdzldzqmlzzr5j4safpsjynrs"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_TESTS=ON")))
(home-page "http://cppcheck.sourceforge.net")
(synopsis "Static C/C++ code analyzer")
(description "Cppcheck is a static code analyzer for C and C++. Unlike