test: reorganize core test directory structure

This commit is contained in:
user
2026-07-19 16:41:22 +04:00
parent f3b0f449b1
commit 6247442253
2 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ RESULT_TEST_BIN := $(BUILD_DIR)/result_test
LOGGER_TEST_BIN := $(BUILD_DIR)/logger_test
SCOPED_FILE_TEST_BIN := $(BUILD_DIR)/scoped_file_test
RESULT_TEST_SRC := tests/app/core/result_test.cpp
LOGGER_TEST_SRC := tests/app/core/logger_test.cpp
RESULT_TEST_SRC := tests/core/result_test.cpp
LOGGER_TEST_SRC := tests/core/logger_test.cpp
SCOPED_FILE_TEST_SRC := tests/helpers/scoped_file_test.cpp
LOGGER_SRC := logger/src/logger.cpp