Changes: (Suggested in secp256k1 IRC channel)
secp256k1_fe_verifyis removed from tests since it throws an error if the build does not defineVERIFY. (Ex:./configure --enable-coveragedoes not defineVERIFY)secp256k1_fe_from_storagecallssecp256k1_fe_verifyin theVERIFYbuild to check for invalid field element.
To test the changes build secp256k1 with ./configure --enable-coverage and run
make
make check
You can find my make check output here.