diff options
| author | J08nY | 2018-03-28 17:40:46 +0200 |
|---|---|---|
| committer | J08nY | 2018-03-28 17:41:08 +0200 |
| commit | bfee3d1ef27c87424b8d5324926593c1d852b91e (patch) | |
| tree | 3fbc4a67aab966b9e3053eb3db6cea4f032b2b88 /test/src | |
| parent | 97149b9104569f70dc0eec47e2e0df4d8d05022d (diff) | |
| download | ecgen-bfee3d1ef27c87424b8d5324926593c1d852b91e.tar.gz ecgen-bfee3d1ef27c87424b8d5324926593c1d852b91e.tar.zst ecgen-bfee3d1ef27c87424b8d5324926593c1d852b91e.zip | |
Separate curve object functions into obj.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/gen/test_curve.c | 1 | ||||
| -rw-r--r-- | test/src/gen/test_point.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/src/gen/test_curve.c b/test/src/gen/test_curve.c index 3fe4801..cd4bb5a 100644 --- a/test/src/gen/test_curve.c +++ b/test/src/gen/test_curve.c @@ -4,6 +4,7 @@ */ #include <criterion/criterion.h> #include "gen/curve.h" +#include "obj/curve.h" #include "test/default.h" TestSuite(curve, .init = default_setup, .fini = default_teardown); diff --git a/test/src/gen/test_point.c b/test/src/gen/test_point.c index 4bb3cd7..97f5445 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/curve.h" #include "obj/point.h" #include "test/io.h" |
