blob: e5c8b10301321337d57fd4d74902b0bae17ff71b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- 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)
|