From 31503f93002a2d671bb94b8a18f0e883c5841896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Sun, 5 Nov 2023 16:01:27 +0100 Subject: [PATCH] Enable testing facilities with root CMakeLists.txt --- CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c84ac39a95..013656398e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -383,3 +383,12 @@ endif ( ) #------------------------------------------------------------------------------- include ( SuiteSparseReport ) + +#------------------------------------------------------------------------------- +# enable testing facilities +#------------------------------------------------------------------------------- + +# Currently, only LAGraph and Mongoose have ctests. +# FIXME: Consider converting (some of) the existing demos to ctests. + +enable_testing ( )