X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_nodes%2Fmakefile;h=19f4b2d6c67ba8aae03e794b5543c10446e58995;hb=91aaf60e94cc4f6d3fec5a70eeb0ffbd165a0fec;hp=30ddb4921ede66b2a030583e1220c5066cb67dc5;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/tests_nodes/makefile b/nucleus/library/tests_nodes/makefile index 30ddb492..19f4b2d6 100644 --- a/nucleus/library/tests_nodes/makefile +++ b/nucleus/library/tests_nodes/makefile @@ -2,9 +2,9 @@ include cpp/variables.def PROJECT = tests_node TYPE = test -TARGETS = test_list.exe test_node.exe test_packable_tree.exe test_symbol_tree.exe test_tree.exe +TARGETS = test_doubly_linked_list.exe test_node.exe test_packable_tree.exe test_singly_linked_list.exe test_symbol_tree.exe test_tree.exe LOCAL_LIBS_USED = unit_test application nodes loggers processes filesystem configuration timely textual structures basis -DEFINITIONS += USE_HOOPLE_DLLS +DEFINITIONS += USE_FEISTY_MEOW_DLLS RUN_TARGETS = $(ACTUAL_TARGETS) include cpp/rules.def