aboutsummaryrefslogtreecommitdiff
path: root/test/src/math/test_subgroups.c
diff options
context:
space:
mode:
authorJ08nY2017-09-19 13:07:45 +0200
committerJ08nY2017-09-19 13:07:45 +0200
commit0d068cefe5f43d69fb7bae0c7882598c1213f60b (patch)
tree29bf69e2bf51e33617b78e4439c8b0077e543b1d /test/src/math/test_subgroups.c
parentbfeeedd8b158288b1e66e241620966e933c9e3c7 (diff)
parent8448edf40ea8d8b128ff83dc08335b3bf14718cb (diff)
downloadecgen-0d068cefe5f43d69fb7bae0c7882598c1213f60b.tar.gz
ecgen-0d068cefe5f43d69fb7bae0c7882598c1213f60b.tar.zst
ecgen-0d068cefe5f43d69fb7bae0c7882598c1213f60b.zip
Diffstat (limited to 'test/src/math/test_subgroups.c')
-rw-r--r--test/src/math/test_subgroups.c2
1 files changed, 1 insertions, 1 deletions
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 <criterion/criterion.h>
#include "gen/point.h"
#include "math/subgroups.h"
-#include "test/utils.h"
+#include "test/default.h"
TestSuite(subgroups, .init = default_setup, .fini = default_teardown);