Skip to content

Commit

Permalink
Change: Enable testing in main CMakeLists.txt file
Browse files Browse the repository at this point in the history
This allows to run tests at the end.
  • Loading branch information
bjoernricks committed Dec 20, 2022
1 parent ef27349 commit baa2a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ message (STATUS "Building gsad version ${GSAD_VERSION}")
# see https://clang.llvm.org/docs/JSONCompilationDatabase.html
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)

enable_testing()

## make format
message (STATUS "Looking for clang-format...")
find_program (CLANG_FORMAT clang-format)
Expand Down

0 comments on commit baa2a46

Please sign in to comment.