Add Tests

This commit is contained in:
2020-06-14 16:33:19 +02:00
parent c1951f0e4d
commit b22c2b2f4d
6 changed files with 236 additions and 2 deletions
+3 -1
View File
@@ -12,8 +12,10 @@ CFLAGS += -I$(ROOTPATH)/Libraries/Logging/include
CFLAGS += -I$(ROOTPATH)/Libraries/asio/include
LFLAGS += -lHttp
LFLAGS += -lHttp -lcrypto -lcurl -lssl -lz
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
LFLAGS += -pthread
DEBUGDIR := .debug