diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-04 18:03:44 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-04 18:03:44 +0100 |
commit | 685a7e3407a8450ce71ff9d7dea94de6d4847e65 (patch) | |
tree | 868bf324b3d8d3f0d93e0bafee5a4bb6f1bcfa44 /tests/Makefile | |
parent | 5fb5b34f5c2f5d0a3210708c04779367b1072c32 (diff) |
Test HTTPS+HTTP * IPv6+IPv4 * HTTP1.0+HTTP1.1
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index d4d047c..033ba95 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -26,7 +26,8 @@ LIBS=\ -lcrypt \ -lpthread \ -lssl -lcrypto \ --ldl +-ldl \ +$(shell pkg-config --libs fmt) LDFLAGS+=-pie |