aboutsummaryrefslogtreecommitdiff
path: root/testmain.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsJP Aumasson2021-02-191-3/+1
|
* Separate test function and main()Kyle Altendorf2019-09-211-0/+5
This allows for inclusion of the test function/file in a program with an existing main(). This is an isolated piece of #19.