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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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)