summaryrefslogtreecommitdiff
path: root/test/check.erl
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for validation, from dnssecport:handle_call().Linus Nordberg2016-04-071-1/+1
| | | | | | | | - The port now returns the RRset (DS, chain, trust root and all RRSIG's). This in preparatino for when this data will be normalised. - dnssecport decodes and encodes DNS data. - v1 stores the DS RR in the leaf and the rest, including the DS RRSIG, in the chain.
* WIPLinus Nordberg2016-04-071-3/+4
|
* Make unit tests work again.Linus Nordberg2015-02-191-0/+11
Makefile target 'check' runs them.