exiv2: enabling tests for real

Fixes #67453
This commit is contained in:
Marek Mahut 2019-08-26 12:02:45 +02:00
parent 336eb202f6
commit 9b4e5a9325

View file

@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
"doc"
];
doCheck = true;
# Test setup found by inspecting ${src}/.travis/run.sh; problems without cmake.
checkTarget = "tests";