]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
First skeleton for tests.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 15 Jun 2001 15:20:37 +0000 (17:20 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 15 Jun 2001 15:20:37 +0000 (17:20 +0200)
Rev: src/nettle/testsuite/serpent-test.m4:1.1

testsuite/serpent-test.m4 [new file with mode: 0644]

diff --git a/testsuite/serpent-test.m4 b/testsuite/serpent-test.m4
new file mode 100644 (file)
index 0000000..d46a8f3
--- /dev/null
@@ -0,0 +1,13 @@
+#include "serpent.h"
+
+BEGIN_TEST
+
+struct serpent_ctx ctx;
+
+uint8_t msg[SERPENT_BLOCK_SIZE];
+uint8_t cipher[SERPENT_BLOCK_SIZE];
+uint8_t clear[SERPENT_BLOCK_SIZE];
+
+/* FIXME: No tests! */
+
+#warning no tests