fb7e2a97e12605372cf1c0799acf4f314ba51e9d
[feisty_meow.git] / nucleus / 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 \
9   mathematics nodes processes structures textual timely structures basis  \
10 loggers 
11 RUN_TARGETS = $(ACTUAL_TARGETS)
12
13 include cpp/rules.def
14