early-access version 2006

This commit is contained in:
pineappleEA
2021-08-21 07:18:09 +02:00
parent bcb0d9cd4f
commit 26b17a7d5c
14 changed files with 293 additions and 301 deletions

View File

@@ -4,11 +4,13 @@
#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"},