include cpp/variables.def

PROJECT = tests_mathematics
TYPE = test
TARGETS = test_chaos.exe test_double_plus.exe test_math_ops.exe
DEFINITIONS += USE_FEISTY_MEOW_DLLS
LOCAL_LIBS_USED = unit_test application configuration filesystem loggers mathematics nodes \
  structures processes textual timely structures basis 
RUN_TARGETS = $(ACTUAL_TARGETS)

include cpp/rules.def

