From 867e1fa90dc1c56df4b40171540f304c4fe2d9ce Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:09:53 +0200 Subject: [PATCH] Update Makefile --- tests/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index e3d947443..4d3c1e8a0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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