mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +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;
|
dontConfigure = true;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -94,6 +95,12 @@ stdenv.mkDerivation {
|
||||||
cp -r ${sources.replxx.src}/* build/replxxLocal/
|
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 =
|
installPhase =
|
||||||
''
|
''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue