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