mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
fix test
This commit is contained in:
parent
3cdec1c0c7
commit
ee637c7c81
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -9,6 +9,9 @@ build:
|
|||
test:
|
||||
@dune runtest --no-buffer --force $(OPTS)
|
||||
|
||||
test-autopromote:
|
||||
@dune runtest --no-buffer --force $(OPTS) --auto-promote
|
||||
|
||||
clean:
|
||||
@dune clean
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ test_out.txt
|
|||
</html>
|
||||
hello
|
||||
world
|
||||
ykjNycnnKs8vyknhAgAAAP//AwA=
|
||||
ykjNycnnKs8vyknhAgAAAP//
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue