git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added missing include.
[stg.git]
/
tests
/
Makefile
diff --git
a/tests/Makefile
b/tests/Makefile
index 0fcc6b3b3dd4696ecb139b242b0ec105eb3727e8..72acdd62cdda79a0207c924fb19eb9dc616c7daf 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-9,7
+9,7
@@
INCS = -I . \
DEFS = -DLINUX \
-DUSE_ABSTRACT_SETTINGS
CFLAGS += -g3 -Wall -W -Wextra $(INCS) $(DEFS)
DEFS = -DLINUX \
-DUSE_ABSTRACT_SETTINGS
CFLAGS += -g3 -Wall -W -Wextra $(INCS) $(DEFS)
-CXXFLAGS = $(CFLAGS)
+CXXFLAGS
+
= $(CFLAGS)
LIBS = -lpthread
PROG = tests
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_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 \
../projects/stargazer/tariff_impl.cpp \
../projects/stargazer/user_impl.cpp \
../projects/stargazer/user_property.cpp \