Make sure checks actually run
This commit is contained in:
parent
d0b2b8702f
commit
81f5c4a3cd
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
cmake --build build
|
cmake --build build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
cd build/tests
|
cd build/tests
|
||||||
ctest .
|
ctest .
|
||||||
|
@ -59,6 +60,7 @@
|
||||||
cmake --build build
|
cmake --build build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
cd build/tests
|
cd build/tests
|
||||||
ctest .
|
ctest .
|
||||||
|
@ -75,6 +77,7 @@
|
||||||
make
|
make
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
make test
|
make test
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue