Added more tests for ceilMultiple

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent 57316860a1
commit 5fad3f437d
  1. 3
      test/gtc/gtc_round.cpp

@ -374,6 +374,9 @@ namespace ceilMultiple
{1, 4, 4, 0},
{1, 3, 3, 0},
{4, 3, 6, 0},
{4, 1, 4, 0},
{1, 1, 1, 0},
{7, 1, 7, 0},
};
int Error(0);

Loading…
Cancel
Save