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:
|
test:
|
||||||
@dune runtest --no-buffer --force $(OPTS)
|
@dune runtest --no-buffer --force $(OPTS)
|
||||||
|
|
||||||
|
test-autopromote:
|
||||||
|
@dune runtest --no-buffer --force $(OPTS) --auto-promote
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@dune clean
|
@dune clean
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ test_out.txt
|
||||||
</html>
|
</html>
|
||||||
hello
|
hello
|
||||||
world
|
world
|
||||||
ykjNycnnKs8vyknhAgAAAP//AwA=
|
ykjNycnnKs8vyknhAgAAAP//
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue