1 include cpp/variables.def
3 PROJECT = tests_sockets
5 SOURCE = bcast_spocketer.cpp spocket_tester.cpp
6 TARGETS = test_address.exe test_bcast_spocket.exe test_enum_adapters.exe \
7 test_sequence_tracker.exe test_span_manager.exe test_spocket.exe test_ucast_spocket.exe
8 LOCAL_LIBS_USED = sockets unit_test application configuration loggers textual timely \
9 processes filesystem structures basis
11 #ifeq "$(COMPILER)" "VISUAL_CPP"
12 # LIBS_USED += ws2_32.lib
14 RUN_TARGETS = $(ACTUAL_TARGETS)