X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cf3954a35eaddf462fbe1247f54c0b4b9f9eac80..10c0d7324d1a25feebaaf6f5bf9b6054e03dd0b3:/tests/Makefile?ds=inline

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 \