test: reorganize core test directory structure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user