Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit a0de9a1

Browse files
committed
added verbose option to the ctest command
1 parent f2ada55 commit a0de9a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_and_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ mkdir build
55
cd build
66
cmake ..
77
make
8-
ctest
8+
# ctest # if one does not too much information
9+
ctest --extra-verbose

0 commit comments

Comments
 (0)