Integrate regression tests with CTest

This commit is contained in:
2023-03-10 13:27:05 +01:00
parent 7ab71876d9
commit bd899a2104
10 changed files with 107 additions and 124 deletions

View File

@@ -22,7 +22,8 @@
"inherits": "cmake-pedantic",
"cacheVariables": {
"DRAMSYS_BUILD_TESTS": "ON",
"DRAMSYS_ENABLE_EXTENSIONS": "ON"
"DRAMSYS_ENABLE_EXTENSIONS": "ON",
"DRAMSYS_WITH_DRAMPOWER": "ON"
}
},
{