Compare commits

...

1 Commits

Author SHA1 Message Date
sternenseemann
a5a1cfad6d cbqn: also run FFI tests 2025-06-01 20:12:46 +02:00

View File

@@ -63,6 +63,7 @@ stdenv.mkDerivation {
dontConfigure = true;
doCheck = true;
doInstallCheck = true;
strictDeps = true;
@@ -94,6 +95,12 @@ stdenv.mkDerivation {
cp -r ${sources.replxx.src}/* build/replxxLocal/
'';
# Only uses in tree BQN executable, so doesn't make sense in installCheckPhase
checkFlags = [
"-C"
"test/ffi"
];
installPhase =
''
runHook preInstall