DEFS = -DLINUX \
-DUSE_ABSTRACT_SETTINGS
CFLAGS += -g3 -Wall -W -Wextra $(INCS) $(DEFS)
-CXXFLAGS = $(CFLAGS)
+CXXFLAGS += $(CFLAGS)
LIBS = -lpthread
PROG = tests
test_fee_charge_rules.cpp \
test_reconnect_on_tariff_change.cpp \
test_crypto.cpp \
+ test_bfstream.cpp \
../projects/stargazer/tariff_impl.cpp \
../projects/stargazer/user_impl.cpp \
../projects/stargazer/user_property.cpp \