Skip to content

Commit

Permalink
Added proxy test in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Dec 23, 2019
1 parent 079d360 commit 5675cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ZLIB_SUPPORT = -DCPPHTTPLIB_ZLIB_SUPPORT -lz
all : test
./test

proxy : test_proxy
./test_proxy

test : test.cc ../httplib.h Makefile cert.pem
$(CXX) -o test $(CXXFLAGS) test.cc gtest/gtest-all.cc gtest/gtest_main.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) -pthread

Expand Down
2 changes: 1 addition & 1 deletion test/test_proxy_docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM centos:7
LABEL maintainer="[email protected]"

ARG auth="basic"
ARG port="3128"

Expand Down

0 comments on commit 5675cad

Please sign in to comment.