ecl: add SBCL as passthru test

ECL is used as the bootstrap compiler for SBCL, which makes it a comprehensive
test for ECL.
This commit is contained in:
Hraban
2026-07-06 01:42:18 -04:00
parent f205b5574f
commit 577de1655a
@@ -17,6 +17,7 @@
threadSupport ? true,
useBoehmgc ? false,
boehmgc,
sbcl,
}:
let
@@ -80,6 +81,9 @@ stdenv.mkDerivation rec {
}"
'';
# ECL is used as a bootstrap compiler for SBCL.
passthru.tests.sbcl = sbcl;
meta = {
description = "Lisp implementation aiming to be small, fast and easy to embed";
homepage = "https://common-lisp.net/project/ecl/";