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