summaryrefslogtreecommitdiffstatshomepage
path: root/tests/nroam-test.el
Commit message (Collapse)AuthorAgeFilesLines
* Add nroam-gotoGravatar Damien Cassou2021-03-191-1/+9
| | | | | * nroam.el (nroam-goto): New function. * tests/nroam-test.el: New test for the function.
* nroam-test.el: Extract constantGravatar Damien Cassou2021-03-191-1/+3
| | | | * tests/nroam-test.el (nroam-test-main-section-regexp): New constant.
* * tests/nroam-test.el: Fix typo.Gravatar Damien Cassou2021-03-191-1/+1
|
* Add initial buttercup testGravatar Damien Cassou2021-03-161-0/+54
* tests/nroam-test.el: new file. Add initial buttercup test and supporting macro. * Makefile: Add buttercup and its dependencies to the list of dependencies.