From 25fbf00118e71426d388f3d6723b1a1f3e7ce101 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 11 Jul 2017 15:23:28 +0200 Subject: [PATCH] build: fix ttable test test_ttable.refout wasn't in the dist package. Signed-off-by: David Lamparter --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 559d769702..8f612c45a5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) -- 2.39.5