From 5ec222c9e6158f589b08610aa7fc101f89f65282 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 27 Sep 2021 18:36:25 -0400 Subject: [PATCH] build: Remove zombie tests --- runtime/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index 02004e8..8df3d73 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -1,6 +1,6 @@ include Makefile.inc -TESTS=fibonacci empty work work1k work10k work100k work1m forever filesys sockserver sockclient empty +TESTS=fibonacci empty empty TESTSRT=$(TESTS:%=%_rt)