normalized perms on all files, to avoid relying on any stored executable bits in...
[feisty_meow.git] / octopi / library / tests_octopus / makefile
1 CONSOLE_MODE = t
2
3 include cpp/variables.def
4
5 PROJECT = tests_octopus
6 TYPE = test
7 TARGETS = t_bin.exe t_bin_threaded.exe t_entity.exe t_identity.exe \
8   t_security.exe t_unpacker.exe t_file_transfer.exe
9 LOCAL_LIBS_USED = tentacles octopus sockets unit_test application configuration loggers \
10   textual timely processes filesystem structures basis 
11 VCPP_USE_SOCK = t
12 RUN_TARGETS = $(ACTUAL_TARGETS)
13
14 include cpp/rules.def
15