mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
cbqn: also run FFI tests
This commit is contained in:
parent
769e9c24f7
commit
a5a1cfad6d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue