diff options
Diffstat (limited to 'test/src/gen/test_point.c')
| -rw-r--r-- | test/src/gen/test_point.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/gen/test_point.c b/test/src/gen/test_point.c index 86eede1..19869c5 100644 --- a/test/src/gen/test_point.c +++ b/test/src/gen/test_point.c @@ -5,9 +5,9 @@ #include <criterion/criterion.h> #include "gen/point.h" -#include "test/default.h" +#include "test/io.h" -TestSuite(point, .init = default_setup, .fini = default_teardown); +TestSuite(point, .init = io_setup, .fini = io_teardown); Test(point, test_point_random) { // curve = ellinit([1, 3], 23), order = 27 |
