meson: set checkPhase in setup hook
This commit is contained in:
parent
1fcd92ce92
commit
edd5be9eff
@ -25,3 +25,15 @@ if [ -z "$dontUseMesonConfigure" -a -z "$configurePhase" ]; then
|
|||||||
setOutputFlags=
|
setOutputFlags=
|
||||||
configurePhase=mesonConfigurePhase
|
configurePhase=mesonConfigurePhase
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mesonCheckPhase() {
|
||||||
|
runHook preCheck
|
||||||
|
|
||||||
|
meson test
|
||||||
|
|
||||||
|
runHook postCheck
|
||||||
|
}
|
||||||
|
|
||||||
|
if [ -z "$dontUseMesonCheck" -a -z "$checkPhase" ]; then
|
||||||
|
checkPhase=mesonCheckPhase
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user