From 37121825eef67792722cb75fc700c8ea18581ba9 Mon Sep 17 00:00:00 2001 From: realaltffour <56314286+realaltffour@users.noreply.github.com> Date: Sat, 18 Apr 2020 12:03:51 +0300 Subject: [PATCH] Add ctests command --- buildCodeCov.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildCodeCov.sh b/buildCodeCov.sh index b62e6f6..ae79f2f 100755 --- a/buildCodeCov.sh +++ b/buildCodeCov.sh @@ -4,4 +4,5 @@ mkdir -p build && cd build cmake -DCODE_COVERAGE:BOOL=TRUE .. make -j$(nproc) +ctest -j$(nproc) cd ..