caf: enable checks

This commit is contained in:
Tobias Mayer
2019-10-21 11:40:55 +02:00
parent afcf63bc74
commit f5d99970d0
@@ -19,6 +19,12 @@ stdenv.mkDerivation rec {
"-DCAF_NO_EXAMPLES:BOOL=TRUE"
];
doCheck = true;
checkTarget = "test";
preCheck = ''
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
'';
meta = with stdenv.lib; {
description = "An open source implementation of the actor model in C++";
homepage = http://actor-framework.org/;