diff options
| author | J08nY | 2018-03-03 01:35:04 +0100 |
|---|---|---|
| committer | J08nY | 2018-03-28 17:25:02 +0200 |
| commit | 97149b9104569f70dc0eec47e2e0df4d8d05022d (patch) | |
| tree | ac144c92971491bec46c471fa8f68f09ad5bb64e /test/src | |
| parent | 72f2a5d4fb0aaa054fb73e30944c10a41c830727 (diff) | |
| download | ecgen-97149b9104569f70dc0eec47e2e0df4d8d05022d.tar.gz ecgen-97149b9104569f70dc0eec47e2e0df4d8d05022d.tar.zst ecgen-97149b9104569f70dc0eec47e2e0df4d8d05022d.zip | |
Separate point object functions into obj.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/gen/test_point.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/gen/test_point.c b/test/src/gen/test_point.c index 736492b..4bb3cd7 100644 --- a/test/src/gen/test_point.c +++ b/test/src/gen/test_point.c @@ -7,6 +7,7 @@ #include "gen/curve.h" #include "gen/point.h" #include "math/subgroup.h" +#include "obj/point.h" #include "test/io.h" TestSuite(point, .init = io_setup, .fini = io_teardown); |
