Heads-up: make check
no longer available in default cmake config
#3394
dmnks
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have flipped the
ENABLE_TESTSUITE
cmake option's default value fromON
toOFF
(via #3391).That means, if you find yourself wondering why the
make check
andmake ci
targets have suddenly ceased to exist in your newly created build directories, please note you need to enable them explicitly with-DENABLE_TESTSUITE=ON
when configuring.Beta Was this translation helpful? Give feedback.
All reactions