]> git.stg.codes - stg.git/blobdiff - tests/Makefile
Ticket 37. The long int policyTime type changed to int64_t policyTime.
[stg.git] / tests / Makefile
index dbec16b86ff16e93294389f83e820496373ca870..f615b1d6df6ffb59c7de9304d8a328896182928b 100644 (file)
@@ -3,13 +3,13 @@ INCS = -I . \
        -I ../stglibs/common.lib/include \
        -I ../stglibs/conffiles.lib/include \
        -I ../stglibs/logger.lib/include \
-       -I ../stglibs/locker.lib/include \
        -I ../stglibs/scriptexecuter.lib/include \
+       -I ../stglibs/crypto.lib/include \
        -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,13 +20,19 @@ 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/logger.lib/logger.cpp \
-         ../stglibs/scriptexecuter.lib/scriptexecuter.cpp
+         ../stglibs/scriptexecuter.lib/scriptexecuter.cpp \
+         ../stglibs/crypto.lib/bfstream.cpp \
+         ../stglibs/crypto.lib/blowfish.c
 
 .PHONY: all clean