TEST(RingZZmod2, negate) { Z_mod* R = Z_mod::create(2); testRingNegate(R, ntrials); }
TEST(RingZZmod101, negate) { Z_mod* R = Z_mod::create(101); testRingNegate(R, ntrials); }
TEST(RingQQ, negate) { testRingNegate(globalQQ, ntrials); }
TEST(RingCCC, negate) { CCC *R = CCC::create(100); testRingNegate(R, ntrials); }
TEST(RingRRR, negate) { RRR *R = RRR::create(100); testRingNegate(R, ntrials); }