git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
У плагіні пінгера зроблені константними методи нотифікаторів GetUser
[stg.git]
/
tests
/
Makefile
diff --git
a/tests/Makefile
b/tests/Makefile
index a924540f1f4e8b54b77b2362a8d9eec9a9eae0eb..56d7d95d2a613ca0d0f19eadb3e7c6a48b080aea 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,4
+1,4
@@
-CXXFLAGS+=-g3 -Wall -W -pedantic -DLINUX -I../include -I../projects/stargazer
+CXXFLAGS+=-g3 -Wall -W -pedantic -DLINUX -I../include -I../projects/stargazer
-I../stglibs/conffiles.lib
LIBS=-lpthread
PROG=tests
LIBS=-lpthread
PROG=tests
@@
-6,7
+6,9
@@
SOURCES=main.cpp \
test_raw_ip.cpp \
test_admin_conf.cpp \
test_tariff.cpp \
test_raw_ip.cpp \
test_admin_conf.cpp \
test_tariff.cpp \
- ../projects/stargazer/tariff.cpp
+ test_conffiles.cpp \
+ ../projects/stargazer/tariff.cpp \
+ ../stglibs/conffiles.lib/conffiles.cpp
all: $(PROG)
all: $(PROG)