clearmatics / libff

C++ library for Finite Fields and Elliptic Curves (forked from scipr-lab/libff)

Home Page:https://clearmatics.github.io/libff/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up the tests

AntoineRondelet opened this issue · comments

It may be good to use gtest or something like that in the tests of libff in order to have something better than plain asserts.

#42 moves tests to gtest. (Feel free to reopen if there is more to address here.)