summaryrefslogtreecommitdiffstats
path: root/tests/ospf6d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: non-recursive testsDavid Lamparter2018-09-081-1/+1
| | | | | | May SUBDIRS rest in pieces... er, peace. Signed-off-by: David Lamparter <equinox@diac24.net>
* ospf6d: handle realloc() failure in lsa testQuentin Young2018-04-171-1/+7
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* tests: fix clippy include paths / double-buildDavid Lamparter2017-08-151-1/+1
| | | | | | | | | A mismatch between the make rule and the include path causes dependency tracking to try to build the clippy.c file twice (at the same time), which results in spurious build failures. Fixes: #971 Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-6/+5
| | | | | | indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* tests/ospf6d/test_lsdb: remove vty_outlnDavid Lamparter2017-07-141-7/+7
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* tests: ospf6d: basic LSDB testsDavid Lamparter2017-07-114-0/+521
Needed these while rewriting LSDB iteration. NB: this commit fails because of a bug in ospf_lsdb_get_next, which will SEGV when the LSDB is actually empty. Whooo... (this is fixed in the following commits.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>