caf: enable checks
This commit is contained in:
parent
afcf63bc74
commit
f5d99970d0
@ -19,6 +19,12 @@ stdenv.mkDerivation rec {
|
|||||||
"-DCAF_NO_EXAMPLES:BOOL=TRUE"
|
"-DCAF_NO_EXAMPLES:BOOL=TRUE"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
checkTarget = "test";
|
||||||
|
preCheck = ''
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An open source implementation of the actor model in C++";
|
description = "An open source implementation of the actor model in C++";
|
||||||
homepage = http://actor-framework.org/;
|
homepage = http://actor-framework.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user