From 06a5b6fe71abac44286adf9c9f439ad5a2e3a519 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 31 Dec 2022 13:45:31 +0100 Subject: Added tests --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87d9240..94bbe46 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,10 @@ PROGSRC=\ privileges.cpp \ response.cpp \ statistics.cpp \ - server.cpp + server.cpp \ + webserver.cpp -SRC=$(PROGSRC) webserver.cpp +SRC=$(PROGSRC) main.cpp build: $(PROJECTNAME) $(PLUGINS) @@ -131,6 +132,7 @@ DISTFILES= \ http.h \ https.cpp \ https.h \ + main.cpp \ os.cpp \ os.h \ plugin.cpp \ @@ -145,7 +147,9 @@ DISTFILES= \ statistics.cpp \ statistics.h \ tests/Makefile \ + tests/test-environment.cpp \ tests/test-webserver.cpp \ + webserver.h \ webserver.cpp \ webserver.1 \ README.txt \ -- cgit v1.2.3