Do "make installcheck" for Debian builds
This commit is contained in:
parent
db5b86ef13
commit
e145ac30e3
1 changed files with 4 additions and 0 deletions
|
@ -200,6 +200,10 @@ let
|
||||||
meta.schedulingPriority = prio;
|
meta.schedulingPriority = prio;
|
||||||
configureFlags = "--sysconfdir=/etc";
|
configureFlags = "--sysconfdir=/etc";
|
||||||
debRequires = [ "curl" "libdbd-sqlite3-perl" "libsqlite3-0" "libbz2-1.0" ];
|
debRequires = [ "curl" "libdbd-sqlite3-perl" "libsqlite3-0" "libbz2-1.0" ];
|
||||||
|
installCheckPhase = ''
|
||||||
|
make installcheck
|
||||||
|
'';
|
||||||
|
postPhases = [ "installCheckPhase" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue