Merge pull request #185173 from bezmuth/dino

dino: add tests
This commit is contained in:
Sebastián Mancilla 2022-08-19 00:22:01 -04:00 committed by GitHub
commit e25d2f0cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,16 @@ stdenv.mkDerivation rec {
libxkbcommon
];
cmakeFlags = ["-DBUILD_TESTS=yes"];
doCheck = true;
checkPhase = ''
runHook preCheck
./xmpp-vala-test
./signal-protocol-vala-test
runHook postCheck
'';
# Dino looks for plugins with a .so filename extension, even on macOS where
# .dylib is appropriate, and despite the fact that it builds said plugins with
# that as their filename extension