X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4e95741287ce4385f16eaf9d621cedd4dccbcfe3..980332313bffde590173f76fd006837e0c8f3bed:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 0fcc6b3b..72acdd62 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,7 +9,7 @@ INCS = -I . \ DEFS = -DLINUX \ -DUSE_ABSTRACT_SETTINGS CFLAGS += -g3 -Wall -W -Wextra $(INCS) $(DEFS) -CXXFLAGS = $(CFLAGS) +CXXFLAGS += $(CFLAGS) LIBS = -lpthread PROG = tests @@ -21,6 +21,7 @@ SOURCES = main.cpp \ 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 \