From: brarcher Date: Tue, 17 Dec 2013 16:42:03 +0000 (+0000) Subject: add test_tap_output.sh to EXTRA_DIST X-Git-Tag: 0.10.0~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2c1e3fbc7033b3ca250eeac5e4feb659e8d4dd6;p=check add test_tap_output.sh to EXTRA_DIST Otherwise, the preleasecheck target will not pass git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@888 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 9661da7..8be49cb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,7 +28,7 @@ noinst_PROGRAMS = \ ex_log_output \ ex_tap_output -EXTRA_DIST = test_output.sh test_check_nofork.sh test_log_output.sh test_vars.in test_xml_output.sh +EXTRA_DIST = test_output.sh test_check_nofork.sh test_log_output.sh test_vars.in test_xml_output.sh test_tap_output.sh if NO_TIMEOUT_TESTS check_check_CFLAGS = -DTIMEOUT_TESTS_ENABLED=0