]> git.stg.codes - stg.git/blobdiff - tests/Makefile
Merge remote-tracking branch 'origin/master' into ticket
[stg.git] / tests / Makefile
index ca61b482b41be26df0b146a6d68fb0669b3d9654..f615b1d6df6ffb59c7de9304d8a328896182928b 100644 (file)
@@ -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,6 +20,8 @@ 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 \