diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2013-10-22 11:35:48 -0700 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-10-22 11:35:48 -0700 |
commit | a83a1e9c2f035d3152451dcfc97ab13b4ac427b9 (patch) | |
tree | fa8652ff314e4e6ac5a45192742140f2d4157d85 /tests/Makefile.am | |
parent | fed643f4093abc0ed5e796aab9047768f7036ed6 (diff) |
broken by fa713d9... "zebra: rework recursive route resolution", and I
forgot to squash the fix into that.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e5c7fd79..9260a900 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,6 +28,8 @@ check_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \ testprivs teststream testchecksum tabletest testnexthopiter \ $(TESTS_BGPD) +noinst_HEADERS = prng.h + testsig_SOURCES = test-sig.c testbuffer_SOURCES = test-buffer.c testmemory_SOURCES = test-memory.c |