summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ctfdump/example.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a very basic test for ctfdump(1) on amd64uwe2017-08-141-0/+13
If the output of ctfdump(1) is correct, it would imply that ctfconv(1) and ctfstrip(1) also worked as expected, at least to some extent. :) ok mpi, bluhm