Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / tests_nodes / makefile
index a8c2e75e94137abf168a08f46e36ea9dd848a76f..19f4b2d6c67ba8aae03e794b5543c10446e58995 100644 (file)
@@ -2,7 +2,7 @@ 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_FEISTY_MEOW_DLLS
 RUN_TARGETS = $(ACTUAL_TARGETS)