a5e17ec038f63bafd12bb335b8251913ca379ca5
[feisty_meow.git] / nucleus / library / tests_timely / makefile
1 include cpp/variables.def
2
3 PROJECT = tests_timely
4 TYPE = test
5 TARGETS = test_earth_time.exe test_stopwatch.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