TEST(ARingZZpFFPACK, arithmetic3) { M2::ARingZZpFFPACK R(3); testFiniteField(R, ntrials); testCoerceToLongInteger(R); }
TEST(ARingZZpFlint, arithmetic2) { M2::ARingZZpFlint R(2); testFiniteField(R, ntrials); testCoerceToLongInteger(R); }
TEST(ARingZZp, arithmetic32749) { M2::ARingZZp R(32749); testFiniteField(R, ntrials); testCoerceToLongInteger(R); }
TEST(ARingZZpFFPACK, arithmetic101) { M2::ARingZZpFFPACK R(101); testFiniteField(R, ntrials); }
TEST(ARingGFGivaroGivaro, arithmetic) { M2::ARingGFGivaro R(5,3); testFiniteField(R, ntrials); }