avro-cpp: enable tests

Unit tests are built unconditionally by the build system.
Might as well run them, since they take very little time to execute.
This commit is contained in:
Sergei Zimmerman
2024-12-30 12:35:35 +03:00
parent 78ca1422a5
commit def661a1ae
+2
View File
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
fmt
];
doCheck = true;
meta = {
description = "C++ library which implements parts of the Avro Specification";
mainProgram = "avrogencpp";