diff options
| author | J08nY | 2017-08-30 23:57:19 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-30 23:57:19 +0200 |
| commit | d0f496ae3f0a014ad74f83ad5208b1b5bd9a42f1 (patch) | |
| tree | 9fafcd840478e5fe03cb84ffb81ed7500c143929 /test/src/math/test_subgroups.c | |
| parent | b3e37b24c247379712d03076bd583e8155e7e27c (diff) | |
| download | ecgen-d0f496ae3f0a014ad74f83ad5208b1b5bd9a42f1.tar.gz ecgen-d0f496ae3f0a014ad74f83ad5208b1b5bd9a42f1.tar.zst ecgen-d0f496ae3f0a014ad74f83ad5208b1b5bd9a42f1.zip | |
Diffstat (limited to 'test/src/math/test_subgroups.c')
| -rw-r--r-- | test/src/math/test_subgroups.c | 2 |
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); |
