{ lib , stdenvNoCC , scons , clang , clang-tools , version , forstio }: stdenvNoCC.mkDerivation { pname = "forstio-test-cases"; inherit version; src = ./..; enableParallelBuilding = true; nativeBuildInputs = [ scons clang clang-tools forstio.core forstio.async forstio.test forstio.codec forstio.codec-json ]; doCheck = true; checkPhase = '' scons test ./bin/tests ''; outputs = ["out" "dev"]; }