From d0f496ae3f0a014ad74f83ad5208b1b5bd9a42f1 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 30 Aug 2017 23:57:19 +0200 Subject: Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers. --- test/src/math/test_subgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src/math') diff --git a/test/src/math/test_subgroups.c b/test/src/math/test_subgroups.c index b9368d0..8a3c8da 100644 --- a/test/src/math/test_subgroups.c +++ b/test/src/math/test_subgroups.c @@ -5,7 +5,7 @@ #include #include "gen/point.h" #include "math/subgroups.h" -#include "test/utils.h" +#include "test/default.h" TestSuite(subgroups, .init = default_setup, .fini = default_teardown); -- cgit v1.3.1