X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_octopus%2Fmakefile;fp=octopi%2Flibrary%2Ftests_octopus%2Fmakefile;h=6784c3bdc134205a7020d7ae9f490cf13dda59f0;hb=aad83c15eb10a34baff9b6472f88d1dfa1db9d77;hp=0000000000000000000000000000000000000000;hpb=7b499c3676de8069f7cfa13bca61837e9ee1f970;p=feisty_meow.git diff --git a/octopi/library/tests_octopus/makefile b/octopi/library/tests_octopus/makefile new file mode 100755 index 00000000..6784c3bd --- /dev/null +++ b/octopi/library/tests_octopus/makefile @@ -0,0 +1,15 @@ +CONSOLE_MODE = t + +include cpp/variables.def + +PROJECT = tests_octopus +TYPE = test +TARGETS = t_bin.exe t_bin_threaded.exe t_entity.exe t_identity.exe \ + t_security.exe t_unpacker.exe t_file_transfer.exe +LOCAL_LIBS_USED = tentacles octopus sockets unit_test application configuration loggers \ + textual timely processes filesystem structures basis +VCPP_USE_SOCK = t +RUN_TARGETS = $(ACTUAL_TARGETS) + +include cpp/rules.def +