summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJ08nY2018-03-28 18:04:06 +0200
committerJ08nY2018-03-28 18:04:06 +0200
commit2f4a68259dec833c77a9598f9c1a5da547e9324d (patch)
tree0e5bb14cfe3fe42ab87f216c3e488862e90e5937 /test/src
parentbfee3d1ef27c87424b8d5324926593c1d852b91e (diff)
downloadecgen-2f4a68259dec833c77a9598f9c1a5da547e9324d.tar.gz
ecgen-2f4a68259dec833c77a9598f9c1a5da547e9324d.tar.zst
ecgen-2f4a68259dec833c77a9598f9c1a5da547e9324d.zip
Separate subgroup object functions into obj.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/gen/test_point.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/gen/test_point.c b/test/src/gen/test_point.c
index 97f5445..3a76c84 100644
--- a/test/src/gen/test_point.c
+++ b/test/src/gen/test_point.c
@@ -9,6 +9,7 @@
#include "math/subgroup.h"
#include "obj/curve.h"
#include "obj/point.h"
+#include "obj/subgroup.h"
#include "test/io.h"
TestSuite(point, .init = io_setup, .fini = io_teardown);