summaryrefslogtreecommitdiff
path: root/package/cryptodev-linux/patches/patch-tests_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-18 14:28:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-18 14:28:21 +0200
commit2d410f5d6775bf58eb86d2bd9af22cb6d23777a9 (patch)
treec2bf9d417feb6dd8d602bbe45a4cf8f1d16acf57 /package/cryptodev-linux/patches/patch-tests_Makefile
parentcc3b5823e3827a280ec757e7a775c1bac944259d (diff)
parent646fff13466f38f6f99b15dc5e146b864e6448eb (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cryptodev-linux/patches/patch-tests_Makefile')
-rw-r--r--package/cryptodev-linux/patches/patch-tests_Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/cryptodev-linux/patches/patch-tests_Makefile b/package/cryptodev-linux/patches/patch-tests_Makefile
new file mode 100644
index 000000000..4f774260f
--- /dev/null
+++ b/package/cryptodev-linux/patches/patch-tests_Makefile
@@ -0,0 +1,16 @@
+--- cryptodev-linux-1.6.orig/tests/Makefile 2013-03-04 04:59:29.000000000 +0100
++++ cryptodev-linux-1.6/tests/Makefile 2013-07-17 14:45:18.000000000 +0200
+@@ -20,13 +20,6 @@ example-async-speed-objs := async_speed.
+ example-hashcrypt-speed-objs := hashcrypt_speed.c
+
+ check: $(hostprogs)
+- ./cipher
+- ./hmac
+- ./async_cipher
+- ./async_hmac
+- ./cipher-aead-srtp
+- ./cipher-gcm
+- ./cipher-aead
+
+ clean:
+ rm -f *.o *~ $(hostprogs)