46f442b3f3d93d9dd744513f870f7534c535e5d9
[feisty_meow.git] / nucleus / 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