first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / tests_nodes / makefile
1 include cpp/variables.def
2
3 PROJECT = tests_node
4 TYPE = test
5 TARGETS = test_list.exe test_node.exe test_packable_tree.exe test_symbol_tree.exe test_tree.exe
6 LOCAL_LIBS_USED = unit_test application nodes loggers processes filesystem configuration timely textual structures basis 
7 DEFINITIONS += USE_HOOPLE_DLLS
8 RUN_TARGETS = $(ACTUAL_TARGETS)
9
10 include cpp/rules.def
11