early-access version 2005

This commit is contained in:
pineappleEA
2021-08-20 23:54:30 +02:00
parent 5f0e7d0345
commit bcb0d9cd4f
16 changed files with 511 additions and 349 deletions

View File

@@ -4,13 +4,11 @@
#include <catch2/catch.hpp>
#include <math.h>
#include "common/logging/backend.h"
#include "common/param_package.h"
namespace Common {
TEST_CASE("ParamPackage", "[common]") {
Common::Log::DisableLoggingInTests();
ParamPackage original{
{"abc", "xyz"},
{"def", "42"},