aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_workfactor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-2/+2
|
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
|
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-3/+6
|
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-2/+2
| | | | | | Turns out astyle has some bugs wrt C++11 initialize lists. Rather than having astyle mangle all of the tests, convert to using a string which is split once at the start instead of a vector of keys.
* Add missing macro check in testJack Lloyd2016-11-221-0/+2
|
* Add tests for PK work factor functionsJack Lloyd2016-11-221-0/+45
Expected results are just what it generated on my machine.