1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-23 17:39:35 +02:00

test: Make testing verbose

This commit is contained in:
Sirius Bakke
2020-03-20 19:38:57 +01:00
parent f8bc8aee55
commit 28e9aa5a35

View File

@@ -7,4 +7,4 @@ cd /fwbuilder/build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j$(nproc)
make install
QT_QPA_PLATFORM=vnc ctest -j $(nproc)
QT_QPA_PLATFORM=vnc ctest --verbose