forked from mirrors/nixpkgs
caf: enable checks
This commit is contained in:
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/;
|
||||
|
|
Loading…
Reference in a new issue