X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8d18bde0f40cac840d25b98e48b1a8dfcc2157ff..48ca7f876fa5f45a34bfd2d63f1804e5cb5e6a2b:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index a924540f..56d7d95d 100644 --- 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 @@ -6,7 +6,9 @@ SOURCES=main.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)