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 /tests/Makefile | |
parent | 921c799f3aa0163cd2eeda5a1c3c8d10d5989e9c (diff) |
Added tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 1785e09..5903b52 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -20,6 +20,7 @@ LIBS=\ LDFLAGS+=-pie -L../libcommon TESTSRC=\ + test-environment.cpp \ test-webserver.cpp \ $(PROGSRC) |