X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_nodes%2Fmakefile;h=19f4b2d6c67ba8aae03e794b5543c10446e58995;hb=d60e7a2467ab8be80a06ba670ccba1819ca7c0e4;hp=a8c2e75e94137abf168a08f46e36ea9dd848a76f;hpb=7840268dfdea02554f683016569e82b3466ccb18;p=feisty_meow.git diff --git a/nucleus/library/tests_nodes/makefile b/nucleus/library/tests_nodes/makefile index a8c2e75e..19f4b2d6 100644 --- a/nucleus/library/tests_nodes/makefile +++ b/nucleus/library/tests_nodes/makefile @@ -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)