aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/math.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utils/math: Remove custom implementation of min/max.Alexander Sulfrian2015-04-031-157/+0
| | | | The stl provieds sutable implementations.
* test: Fix include paths.Alexander Sulfrian2015-03-311-1/+1
|
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* test/utils/math: test the math helper functionsAlexander Sulfrian2013-01-131-0/+157