From ae93162bc63f0514998f31c4040d934165b4b95f Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sun, 8 Feb 2026 14:25:42 -0500 Subject: [PATCH] breaking change to add system values test working on it now. --- nucleus/library/tests_configuration/makefile | 2 +- .../test_system_values.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nucleus/library/{tests_application => tests_configuration}/test_system_values.cpp (100%) diff --git a/nucleus/library/tests_configuration/makefile b/nucleus/library/tests_configuration/makefile index 8cc39336..6d87acea 100644 --- a/nucleus/library/tests_configuration/makefile +++ b/nucleus/library/tests_configuration/makefile @@ -2,7 +2,7 @@ include cpp/variables.def PROJECT = tests_configuration TYPE = test -TARGETS = test_ini_configurator.exe test_ini_parser.exe test_section_manager.exe test_tokenizer.exe +TARGETS = test_ini_configurator.exe test_ini_parser.exe test_section_manager.exe test_system_values.exe test_tokenizer.exe LOCAL_LIBS_USED = unit_test application loggers geometric configuration textual timely filesystem \ structures basis RUN_TARGETS = $(ACTUAL_TARGETS) diff --git a/nucleus/library/tests_application/test_system_values.cpp b/nucleus/library/tests_configuration/test_system_values.cpp similarity index 100% rename from nucleus/library/tests_application/test_system_values.cpp rename to nucleus/library/tests_configuration/test_system_values.cpp -- 2.34.1