Merge branch 'release-2.140.122'
[feisty_meow.git] / nucleus / library / tests_nodes / makefile
index 30ddb4921ede66b2a030583e1220c5066cb67dc5..19f4b2d6c67ba8aae03e794b5543c10446e58995 100644 (file)
@@ -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