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