summaryrefslogtreecommitdiff
path: root/package/cryptodev-linux/patches/patch-tests_Makefile
blob: ac966c45053669596f18ed9635c61095ed9530d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- cryptodev-linux-1.7.orig/tests/Makefile	2015-02-07 15:31:23.000000000 -0600
+++ cryptodev-linux-1.7/tests/Makefile	2015-02-19 14:40:46.523775781 -0600
@@ -20,13 +20,6 @@ example-async-speed-objs := async_speed.
 example-hashcrypt-speed-objs := hashcrypt_speed.c
 
 check: $(hostprogs)
-	./cipher
-	./hmac
-	./async_cipher
-	./async_hmac
-	./cipher-aead-srtp
-	./cipher-gcm
-	./cipher-aead
 
 clean:
 	rm -f *.o *~ $(hostprogs)