summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add err output stream, default to stderr.J08nY2017-08-301-0/+1
* Don't always read numbers as hexadecimal. Add tests for input.J08nY2017-08-301-0/+79
* Fix input_quit closing stdin.J08nY2017-08-301-0/+1
* Add tests for cli parsing.J08nY2017-08-301-0/+56
* Use correct allocation functions. Add try_free.J08nY2017-08-301-1/+9
* Add tests for all point generation functions.J08nY2017-08-301-2/+95
* More point tests and formating.J08nY2017-08-303-19/+40
* Add tests for point generation.J08nY2017-08-301-0/+49
* Add a test for subgroups_all of a curve with two generators.J08nY2017-08-301-0/+22
* Fix subgroup order enumeration, that broke point enumeration for some curves.J08nY2017-08-301-5/+30
* Refactor test setup.J08nY2017-08-293-5/+28
* Fix some test/src/Makefile CFLAGS.J08nY2017-08-291-1/+5
* Fix unittest target with TEST=1.J08nY2017-08-291-1/+1
* Add first working test.J08nY2017-08-292-0/+39
* Add Makefiles and CMakelists for tests.J08nY2017-08-291-2/+5
* Add basic test Makefile.J08nY2017-08-281-0/+27