patch-tests_Makefile 431 B

12345678910111213141516
  1. --- cryptodev-linux-1.6.orig/tests/Makefile 2013-03-04 04:59:29.000000000 +0100
  2. +++ cryptodev-linux-1.6/tests/Makefile 2013-07-17 14:45:18.000000000 +0200
  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)