diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2013-10-22 20:35:48 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-10-22 20:35:48 +0200 |
commit | a83a1e9c2f035d3152451dcfc97ab13b4ac427b9 (patch) | |
tree | fa8652ff314e4e6ac5a45192742140f2d4157d85 /tests | |
parent | zebra: make rib_dump() compatible with IPv6 RIB (diff) | |
download | frr-a83a1e9c2f035d3152451dcfc97ab13b4ac427b9.tar.xz frr-a83a1e9c2f035d3152451dcfc97ab13b4ac427b9.zip |
build: fix tests/prng.h missing from dist
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')
-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 e5c7fd79d..9260a900b 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 |