From e29241e7845cd4d8f31105e70256391042037d3e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Nov 2013 21:01:22 +0100 Subject: Add cipher-test method to measure the raw performance of a cipher --- src/methods/cipher_test/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/methods/cipher_test/CMakeLists.txt (limited to 'src/methods/cipher_test/CMakeLists.txt') diff --git a/src/methods/cipher_test/CMakeLists.txt b/src/methods/cipher_test/CMakeLists.txt new file mode 100644 index 0000000..df495b9 --- /dev/null +++ b/src/methods/cipher_test/CMakeLists.txt @@ -0,0 +1,4 @@ +fastd_method(cipher-test + cipher_test.c +) +fastd_method_link_libraries(cipher_test method_common) -- cgit v1.2.3