]> git.stg.codes - stg.git/blobdiff - tests/Makefile
Added Makefile for tests for Darwin platform.
[stg.git] / tests / Makefile
index 0fcc6b3b3dd4696ecb139b242b0ec105eb3727e8..72acdd62cdda79a0207c924fb19eb9dc616c7daf 100644 (file)
@@ -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 \