patch-tests_Makefile 431 B

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