Remove ecp-bench (now in general benchmark)

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-17 17:08:05 +02:00 committed by Paul Bakker
parent 940f9ce515
commit 803bb312a3
5 changed files with 0 additions and 516 deletions

View file

@ -40,7 +40,6 @@ APPS = aes/aescrypt2 aes/crypt_and_hash \
random/gen_random_ctr_drbg \
test/ssl_cert_test test/benchmark \
test/selftest test/ssl_test \
test/ecp-bench \
util/pem2der util/strerror \
x509/cert_app x509/crl_app \
x509/cert_req
@ -197,10 +196,6 @@ test/benchmark: test/benchmark.c ../library/libpolarssl.a
echo " CC test/benchmark.c"
$(CC) $(CFLAGS) $(OFLAGS) test/benchmark.c $(LDFLAGS) -o $@
test/ecp-bench: test/ecp-bench.c ../library/libpolarssl.a
echo " CC test/ecp-bench.c"
$(CC) $(CFLAGS) $(OFLAGS) test/ecp-bench.c $(LDFLAGS) -o $@
test/selftest: test/selftest.c ../library/libpolarssl.a
echo " CC test/selftest.c"
$(CC) $(CFLAGS) $(OFLAGS) test/selftest.c $(LDFLAGS) -o $@