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