12345678910111213141516 |
- --- 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)
|