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