| 12345678910111213141516 |
- --- cryptodev-linux-a705360197260d28535746ae98c461ba2cfb7a9e.orig/tests/Makefile 2017-06-06 23:28:39.000000000 +0200
- +++ cryptodev-linux-a705360197260d28535746ae98c461ba2cfb7a9e/tests/Makefile 2017-06-06 23:28:40.421154377 +0200
- @@ -24,13 +24,6 @@ bindir = $(execprefix)/bin
- all: $(hostprogs)
-
- check: $(hostprogs)
- - ./cipher
- - ./hmac
- - ./async_cipher
- - ./async_hmac
- - ./cipher-aead-srtp
- - ./cipher-gcm
- - ./cipher-aead
-
- install:
- install -d $(DESTDIR)/$(bindir)
|