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_sequence_tracker.exe \
7 test_span_manager.exe test_spocket.exe test_ucast_spocket.exe
8 ifneq "$(OS_SUBCLASS)" "darwin"
9 TARGETS += test_enum_adapters.exe
11 LOCAL_LIBS_USED = sockets unit_test application configuration loggers textual timely \
12 processes filesystem structures basis
14 RUN_TARGETS = $(ACTUAL_TARGETS)