]> git.ipfire.org Git - thirdparty/bird.git/commit - configure.ac
Unit Testing for BIRD
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Nov 2016 15:36:34 +0000 (16:36 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Nov 2016 15:36:34 +0000 (16:36 +0100)
commit9b0a0ba9e671d9134b93c33ab73ccccb352acafa
tree2a3b007b698c02c72c7bae25d3c7cae6293cd36f
parent8860e991f6650e47cfe6c1af595fe4fe92a4edfd
  Unit Testing for BIRD

 - Unit Testing Framework (BirdTest)
 - Integration of BirdTest into the BIRD build system
 - Tests for several BIRD modules

 Based on squashed Pavel Tvrdik's int-test branch, updated for
 current int-new branch.
60 files changed:
Makefile.in
conf/Makefile
conf/conf.c
conf/conf.h
configure.in
doc/bird.sgml
filter/Makefile
filter/config.Y
filter/filter.c
filter/filter.h
filter/filter_test.c [new file with mode: 0644]
filter/test.conf
filter/test.conf.inc
filter/test.conf2
filter/test6.conf
filter/test_bgp_filtering.conf [new file with mode: 0644]
filter/tree_test.c [new file with mode: 0644]
filter/trie_test.c [new file with mode: 0644]
lib/Makefile
lib/birdlib.h
lib/bitops.h
lib/bitops_test.c [new file with mode: 0644]
lib/buffer_test.c [new file with mode: 0644]
lib/checksum_test.c [new file with mode: 0644]
lib/event_test.c [new file with mode: 0644]
lib/fletcher16_test.c [new file with mode: 0644]
lib/hash_test.c [new file with mode: 0644]
lib/heap_test.c [new file with mode: 0644]
lib/ip.c
lib/ip_test.c [new file with mode: 0644]
lib/lists_test.c [new file with mode: 0644]
lib/mac_test.c [new file with mode: 0644]
lib/patmatch_test.c [new file with mode: 0644]
lib/printf_test.c [new file with mode: 0644]
lib/slist_test.c [new file with mode: 0644]
lib/slists.c
nest/Makefile
nest/a-path.c
nest/a-path_test.c [new file with mode: 0644]
nest/a-set_test.c [new file with mode: 0644]
nest/iface.h
nest/route.h
proto/bfd/Makefile
proto/bgp/Makefile
proto/ospf/Makefile
proto/ospf/rt.c
proto/pipe/Makefile
proto/radv/Makefile
proto/radv/radv.c
proto/rip/Makefile
proto/static/Makefile
sysdep/autoconf.h.in
sysdep/bsd/Makefile
sysdep/linux/Makefile
sysdep/unix/Makefile
test/Makefile [new file with mode: 0644]
test/birdtest.c [new file with mode: 0644]
test/birdtest.h [new file with mode: 0644]
test/bt-utils.c [new file with mode: 0644]
test/bt-utils.h [new file with mode: 0644]