git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Nice adjustement removed
[stg.git]
/
tests
/
Makefile
diff --git
a/tests/Makefile
b/tests/Makefile
index ecb054abe3c37d98eb48b9d5006d537528018bc8..0635185c09e2dc4155887da33c679ff4a4d6f33c 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,4
+1,4
@@
-CXXFLAGS+=-g3 -Wall -W -Wextra -DLINUX -I../include -I../projects/stargazer -I../stglibs/conffiles.lib -I.
+CXXFLAGS+=-g3 -Wall -W -Wextra -DLINUX -I../include -I../projects/stargazer -I../stglibs/
stg
conffiles.lib -I.
LIBS=-lpthread
PROG=tests
LIBS=-lpthread
PROG=tests
@@
-7,8
+7,9
@@
SOURCES=main.cpp \
test_admin_conf.cpp \
test_tariff.cpp \
test_conffiles.cpp \
test_admin_conf.cpp \
test_tariff.cpp \
test_conffiles.cpp \
- ../projects/stargazer/tariff.cpp \
- ../stglibs/conffiles.lib/conffiles.cpp
+ ../projects/stargazer/tariff_impl.cpp \
+ ../stglibs/conffiles.lib/conffiles.cpp \
+ ../stglibs/common.lib/common.cpp
all: $(PROG)
all: $(PROG)