patch-tests_Makefile 467 B

12345678910111213141516
  1. --- cryptodev-linux-a705360197260d28535746ae98c461ba2cfb7a9e.orig/tests/Makefile 2017-06-06 23:28:39.000000000 +0200
  2. +++ cryptodev-linux-a705360197260d28535746ae98c461ba2cfb7a9e/tests/Makefile 2017-06-06 23:28:40.421154377 +0200
  3. @@ -24,13 +24,6 @@ bindir = $(execprefix)/bin
  4. all: $(hostprogs)
  5. check: $(hostprogs)
  6. - ./cipher
  7. - ./hmac
  8. - ./async_cipher
  9. - ./async_hmac
  10. - ./cipher-aead-srtp
  11. - ./cipher-gcm
  12. - ./cipher-aead
  13. install:
  14. install -d $(DESTDIR)/$(bindir)