Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the tests VarMap an actual type instead of a hashmap typedef. | Jack Lloyd | 2018-05-29 | 1 | -2/+2 |
| | |||||
* | Add final annotations as appropriate in the test code | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -3/+6 |
| | |||||
* | Minor refactoring of Text_Based_Test | Jack Lloyd | 2016-12-19 | 1 | -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 test | Jack Lloyd | 2016-11-22 | 1 | -0/+2 |
| | |||||
* | Add tests for PK work factor functions | Jack Lloyd | 2016-11-22 | 1 | -0/+45 |
Expected results are just what it generated on my machine. |