Browse Source

Added more tests for ceilMultiple

Christophe Riccio 9 years ago
parent
commit
5fad3f437d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test/gtc/gtc_round.cpp

+ 3 - 0
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);