From 5fad3f437df785bf12d8d8903e577b971def8557 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 2 Mar 2016 21:44:59 +0100 Subject: [PATCH] Added more tests for ceilMultiple --- test/gtc/gtc_round.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/gtc/gtc_round.cpp b/test/gtc/gtc_round.cpp index 112e3015..6e961e95 100644 --- a/test/gtc/gtc_round.cpp +++ b/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);