X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cf3954a35eaddf462fbe1247f54c0b4b9f9eac80..18cb23396ddc4f9f7759cb76a1dbfbc1d659e81b:/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 \