Added proxy test in Makefile
This commit is contained in:
parent
079d3605ea
commit
5675cad407
@ -8,6 +8,9 @@ ZLIB_SUPPORT = -DCPPHTTPLIB_ZLIB_SUPPORT -lz
|
|||||||
all : test
|
all : test
|
||||||
./test
|
./test
|
||||||
|
|
||||||
|
proxy : test_proxy
|
||||||
|
./test_proxy
|
||||||
|
|
||||||
test : test.cc ../httplib.h Makefile cert.pem
|
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
|
$(CXX) -o test $(CXXFLAGS) test.cc gtest/gtest-all.cc gtest/gtest_main.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) -pthread
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM centos:7
|
FROM centos:7
|
||||||
LABEL maintainer="yuji.hirose.bug@gmail.com"
|
|
||||||
ARG auth="basic"
|
ARG auth="basic"
|
||||||
ARG port="3128"
|
ARG port="3128"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user