Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Oct 26, 2024
1 parent e35a2a5 commit 867e1fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ smoke:
~/.deno/bin/deno run --allow-net smoke.mjs
node smoke.mjs
pkill Crc32

compliance:
../HelloWorld &
sleep 1
~/.deno/bin/deno run --allow-net http_test.ts localhost 3000
pkill HelloWorld

0 comments on commit 867e1fa

Please sign in to comment.