]> git.stg.codes - stg.git/blobdiff - tests/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / tests / Makefile
index 56d7d95d2a613ca0d0f19eadb3e7c6a48b080aea..2364db7487a8acab5a4f868e414ff2b08de8b6ea 100644 (file)
@@ -1,4 +1,4 @@
-CXXFLAGS+=-g3 -Wall -W -pedantic -DLINUX -I../include -I../projects/stargazer -I../stglibs/conffiles.lib
+CXXFLAGS+=-g3 -Wall -W -Wextra -DLINUX -I../include -I../projects/stargazer -I../stglibs/stgconffiles.lib -I.
 LIBS=-lpthread
 PROG=tests
 
@@ -6,9 +6,9 @@ SOURCES=main.cpp \
        test_raw_ip.cpp \
        test_admin_conf.cpp \
        test_tariff.cpp \
-       test_conffiles.cpp \
+       test_stgconffiles.cpp \
        ../projects/stargazer/tariff.cpp \
-       ../stglibs/conffiles.lib/conffiles.cpp
+       ../stglibs/stgconffiles.lib/stgconffiles.cpp
 
 all: $(PROG) 
 
@@ -16,7 +16,7 @@ $(PROG): $(subst .cpp,.o,$(SOURCES))
        $(CXX) $(LDFLAGS) $^ $(LIBS) -o $@
 
 clean:
-       rm -f *.o *.d
+       rm -f *.o *.d $(PROG)
 
 ifneq ($(MAKECMDGOALS),distclean)
 ifneq ($(MAKECMDGOALS),clean)