first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / tests_textual / makefile
1 include cpp/variables.def
2
3 PROJECT = tests_textual
4 TYPE = test
5 LAST_TARGETS = copy_datafile
6 TARGETS = test_byte_format.exe test_parse_csv.exe test_splitter.exe test_xml_generator.exe
7 LOCAL_LIBS_USED = unit_test application loggers configuration textual timely filesystem \
8   structures basis 
9 RUN_TARGETS = $(ACTUAL_TARGETS)
10
11 include cpp/rules.def
12
13 copy_datafile:
14         $(HIDER)cp -f df_1.csv $(EXECUTABLE_DIR)
15