add ctest as test driver (#3446)

This commit is contained in:
Felix Schurk
2024-05-10 03:20:54 +02:00
committed by GitHub
parent 2361521449
commit 82e0d53cdf
15 changed files with 90 additions and 523 deletions

View File

@@ -1,4 +1,5 @@
cmake_minimum_required (VERSION 3.22)
enable_testing()
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)