|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|