Add ctests command

This commit is contained in:
realaltffour 2020-04-18 12:03:51 +03:00
parent c42a00ca16
commit 37121825ee
No known key found for this signature in database
GPG Key ID: 7115CD2AC9A76A56
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ mkdir -p build && cd build
cmake -DCODE_COVERAGE:BOOL=TRUE ..
make -j$(nproc)
ctest -j$(nproc)
cd ..