From 8c4f2e4933f9cf47220d68ab36ec8fc47b93f7c4 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 7 Feb 2026 10:14:01 -0500 Subject: [PATCH] breaking change - adding test for dirtree fcopy getting this older test up to speed. --- nucleus/library/tests_filesystem/makefile | 8 ++++---- .../test_dirtree_fcopy.cpp | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename nucleus/library/{tests_application => tests_filesystem}/test_dirtree_fcopy.cpp (100%) diff --git a/nucleus/library/tests_filesystem/makefile b/nucleus/library/tests_filesystem/makefile index fb163a75..73aa27cb 100644 --- a/nucleus/library/tests_filesystem/makefile +++ b/nucleus/library/tests_filesystem/makefile @@ -2,12 +2,12 @@ include cpp/variables.def PROJECT = tests_filesystem TYPE = test -TARGETS = test_byte_filer.exe test_directory.exe test_directory_tree.exe test_file_info.exe \ - test_file_time.exe test_filename.exe test_huge_file.exe +TARGETS = test_byte_filer.exe test_directory.exe test_directory_tree.exe \ + test_dirtree_fcopy.exe test_file_info.exe test_file_time.exe \ + test_filename.exe test_huge_file.exe DEFINITIONS += USE_FEISTY_MEOW_DLLS LOCAL_LIBS_USED = unit_test application configuration filesystem loggers \ - mathematics nodes processes structures textual timely structures basis \ -loggers + mathematics nodes processes structures textual timely structures basis RUN_TARGETS = $(ACTUAL_TARGETS) include cpp/rules.def diff --git a/nucleus/library/tests_application/test_dirtree_fcopy.cpp b/nucleus/library/tests_filesystem/test_dirtree_fcopy.cpp similarity index 100% rename from nucleus/library/tests_application/test_dirtree_fcopy.cpp rename to nucleus/library/tests_filesystem/test_dirtree_fcopy.cpp -- 2.34.1