Skip to content

Commit

Permalink
Enable testing facilities with root CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 5, 2023
1 parent 629a25e commit 31503f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ( )

0 comments on commit 31503f9

Please sign in to comment.