X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4e95741287ce4385f16eaf9d621cedd4dccbcfe3..87300676aa712b358ab98beaa5082b7a19e5d97a:/tests/Makefile

diff --git a/tests/Makefile b/tests/Makefile
index 0fcc6b3b..2fca2809 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,8 +8,8 @@ INCS = -I . \
        -I ../projects/stargazer
 DEFS = -DLINUX \
        -DUSE_ABSTRACT_SETTINGS
-CFLAGS += -g3 -Wall -W -Wextra $(INCS) $(DEFS)
-CXXFLAGS = $(CFLAGS)
+CFLAGS += -g3 -Wall -W -Wextra -Wno-unused-function $(INCS) $(DEFS)
+CXXFLAGS += $(CFLAGS)
 LIBS = -lpthread
 PROG = tests
 
@@ -20,12 +20,16 @@ SOURCES = main.cpp \
 	  test_conffiles.cpp \
 	  test_fee_charge_rules.cpp \
 	  test_reconnect_on_tariff_change.cpp \
+	  test_disable_session_log.cpp \
+	  test_filter_params_log.cpp \
 	  test_crypto.cpp \
+	  test_bfstream.cpp \
 	  ../projects/stargazer/tariff_impl.cpp \
 	  ../projects/stargazer/user_impl.cpp \
 	  ../projects/stargazer/user_property.cpp \
 	  ../stglibs/conffiles.lib/conffiles.cpp \
 	  ../stglibs/common.lib/common.cpp \
+	  ../stglibs/common.lib/strptime.cpp \
 	  ../stglibs/logger.lib/logger.cpp \
 	  ../stglibs/scriptexecuter.lib/scriptexecuter.cpp \
 	  ../stglibs/crypto.lib/bfstream.cpp \