summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-12-31 13:45:31 +0100
committerRoland Reichwein <mail@reichwein.it>2022-12-31 13:45:31 +0100
commit06a5b6fe71abac44286adf9c9f439ad5a2e3a519 (patch)
treefba06f886db2b116030e2316646ebc83245a94d3 /Makefile
parent921c799f3aa0163cd2eeda5a1c3c8d10d5989e9c (diff)
Added tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
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 \