Skip to content

Commit

Permalink
Add h1spec as submodule, failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed Oct 27, 2024
1 parent d5acff9 commit cca5a35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 269 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "fuzzing/seed-corpus"]
path = fuzzing/seed-corpus
url = https://github.com/uNetworking/seed-corpus.git
[submodule "h1spec"]
path = h1spec
url = https://github.com/uNetworking/h1spec
1 change: 1 addition & 0 deletions h1spec
Submodule h1spec added at fcce99
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ smoke:
compliance:
../HelloWorld &
sleep 1
~/.deno/bin/deno run --allow-net http_test.ts localhost 3000
~/.deno/bin/deno run --allow-net ../h1spec/http_test.ts localhost 3000
pkill HelloWorld
268 changes: 0 additions & 268 deletions tests/http_test.ts

This file was deleted.

0 comments on commit cca5a35

Please sign in to comment.