aboutsummaryrefslogtreecommitdiff
path: root/test/src/gen/test_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/gen/test_order.c')
-rw-r--r--test/src/gen/test_order.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/src/gen/test_order.c b/test/src/gen/test_order.c
new file mode 100644
index 0000000..e88724a
--- /dev/null
+++ b/test/src/gen/test_order.c
@@ -0,0 +1,8 @@
+/*
+ * ecgen, tool for generating Elliptic curve domain parameters
+ * Copyright (C) 2017 J08nY
+ */
+#include <criterion/criterion.h>
+#include "test/io.h"
+
+TestSuite(order, .init = io_setup, .fini = io_teardown); \ No newline at end of file