summaryrefslogtreecommitdiff
path: root/examples/test
Commit message (Collapse)AuthorAgeFilesLines
* examples: remove test scriptPatrick Steinhardt2019-02-151-95/+0
| | | | | | | | | | In commit 2e2332857 (examples: a test, for rev-list, 2013-03-20), a script was introduced with the intention of testing our rev-list example code. Nobody uses that script, and in fact it doesn't even properly work due to the not-so-recent addition out-of-source builds. Remove the script.
* Update files that reference tests-clarBen Straub2013-11-141-1/+1
|
* examples: a test, for rev-listGreg Price2013-04-061-0/+95
This test file could probably be improved by a framework like the one in git.git:t/, or by using a language like Python instead of shell. The other examples would benefit from tests too. Probably best to settle on a framework to write them in, then add more tests. Signed-off-by: Greg Price <price@mit.edu>