X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_filesystem%2Fmakefile;h=fb163a7520686fbea7f41848832ecd340998c005;hb=0b6e422c239b59810f7eb2b33abff3c0fe9b720f;hp=b517463e9667a443e4e8b158a73a96a143f629dc;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/tests_filesystem/makefile b/nucleus/library/tests_filesystem/makefile index b517463e..fb163a75 100644 --- a/nucleus/library/tests_filesystem/makefile +++ b/nucleus/library/tests_filesystem/makefile @@ -4,9 +4,10 @@ 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 -DEFINITIONS += USE_HOOPLE_DLLS -LOCAL_LIBS_USED = unit_test application configuration filesystem loggers mathematics nodes \ - structures textual timely structures basis +DEFINITIONS += USE_FEISTY_MEOW_DLLS +LOCAL_LIBS_USED = unit_test application configuration filesystem loggers \ + mathematics nodes processes structures textual timely structures basis \ +loggers RUN_TARGETS = $(ACTUAL_TARGETS) include cpp/rules.def