aboutsummaryrefslogtreecommitdiff
path: root/test/src/gen/test_order.c
blob: e88724af0f30b7dd11fd8f8a16b02dfbaec6c88b (plain)
1
2
3
4
5
6
7
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);