]> git.puffer.fish Git - mirror/frr.git/commitdiff
build: fix ttable test 795/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 11 Jul 2017 13:23:28 +0000 (15:23 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 11 Jul 2017 13:23:28 +0000 (15:23 +0200)
test_ttable.refout wasn't in the dist package.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/Makefile.am

index 559d76970269e75bc32523b6f8a96f23d1fc993b..8f612c45a5e8cb822f8b4afb8327b02da67b9cae 100644 (file)
@@ -148,7 +148,9 @@ EXTRA_DIST = \
     lib/test_stream.refout \
     lib/test_table.py \
     lib/test_timer_correctness.py \
-    lib/test_ttable.py
+    lib/test_ttable.py \
+    lib/test_ttable.refout \
+    # end
 
 .PHONY: tests.xml
 tests.xml: $(check_PROGRAMS)