diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2013-02-26 16:21:20 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-04-14 16:01:05 +0200 |
commit | f281ab9752393fcc7cbb54c50edb66f25c2a31fb (patch) | |
tree | 53be958c127d21c6bc0e2e2abd02f33a3fde16c2 /tests/.gitignore | |
parent | ospfd: restore nexthop IP for p2p interfaces (diff) | |
download | frr-f281ab9752393fcc7cbb54c50edb66f25c2a31fb.tar.xz frr-f281ab9752393fcc7cbb54c50edb66f25c2a31fb.zip |
tests: add DejaGNU framework
DejaGNU seems to be the 'standard' GNU test framework (which by itself
doesn't say much), but it seems relatively usable and the "remote
system" capabilities might come in handy for virtualisation-based tests
for kernel interactions or something.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 93e886c04..8baea0a87 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -10,6 +10,10 @@ TAGS *.lo *.la *.libs +*.bak +*.log +*.sum +*.xml .arch-inventory .arch-ids aspathtest @@ -27,3 +31,4 @@ testmemory testprivs testsig teststream +site.exp |