diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-31 13:45:31 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-31 13:45:31 +0100 |
commit | 06a5b6fe71abac44286adf9c9f439ad5a2e3a519 (patch) | |
tree | fba06f886db2b116030e2316646ebc83245a94d3 /Makefile | |
parent | 921c799f3aa0163cd2eeda5a1c3c8d10d5989e9c (diff) |
Added tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 \ |