mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* add test for MergeChunkedResponse() (#432)
This commit is contained in:
parent
ca2e148ad7
commit
8589493581
2 changed files with 27 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
CXXFLAGS += -Wall -Wextra -pedantic -O0 -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1
|
||||
|
||||
TESTS = test-http-url test-http-req test-http-res test-http-url_decode
|
||||
TESTS = test-http-url test-http-req test-http-res test-http-url_decode \
|
||||
test-http-merge_chunked
|
||||
|
||||
all: $(TESTS) run
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue