working on thermal controller unit test.
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-02-14 13:49:12 +01:00
parent 0f42790aa1
commit e95647c572
5 changed files with 111 additions and 17 deletions

View File

@ -1,10 +1,6 @@
#include <stdio.h>
#include <catch2/catch_session.hpp>
int main(int argc, char* argv[]) {
puts("unittests");
// Catch internal function call
int result = Catch::Session().run(argc, argv);