Make sure checks actually run

flake_add_checks
Faye Duxovni 2022-05-12 19:57:29 -04:00
parent d0b2b8702f
commit 81f5c4a3cd
1 changed files with 3 additions and 0 deletions

View File

@ -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
''; '';