exiv2: enable tests

This commit is contained in:
Marek Mahut 2019-08-26 10:01:51 +02:00
parent 04de5d7c3c
commit 336eb202f6

View file

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