From abfb9b18e44bd78dfbc1c60702e48a8cc5e8df14 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 6 Aug 2020 16:03:26 -0400 Subject: [PATCH] chore: remove benches --- runtime/tests/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index b87e8e3..07fac84 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -1,11 +1,8 @@ include Makefile.inc -TESTS=fibonacci empty work work1k work10k work100k work1m -TESTS+=forever filesys sockserver sockclient empty +TESTS=fibonacci empty work work1k work10k work100k work1m forever filesys sockserver sockclient empty TESTSRT=$(TESTS:%=%_rt) -BENCHES=adpcm basic_math binarytrees bitcount blowfish crc dijkstra fft function_pointers \ - gsm libjpeg mandelbrot patricia pgp qsort rsynth sha sqlite stringsearch susan .PHONY: all clean rttests