cbqn: also run FFI tests

This commit is contained in:
sternenseemann 2025-04-22 00:20:58 +02:00 committed by Wolfgang Walther
parent 769e9c24f7
commit a5a1cfad6d
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

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