From: brarcher Date: Mon, 27 Jan 2014 04:41:50 +0000 (+0000) Subject: Include test_output_strings in EXTRA_DIST X-Git-Tag: 0.10.0~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67bf3e896744d096cd8d7bf06c0dd808411794c9;p=check Include test_output_strings in EXTRA_DIST git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1086 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/Makefile.am b/tests/Makefile.am index a68a835..d46e60d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,7 +26,7 @@ noinst_PROGRAMS = \ check_mem_leaks \ ex_output -EXTRA_DIST = test_output.sh test_check_nofork.sh test_log_output.sh test_vars.in test_xml_output.sh test_tap_output.sh test_mem_leaks.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 test_mem_leaks.sh test_output_strings if NO_TIMEOUT_TESTS check_check_CFLAGS = -DTIMEOUT_TESTS_ENABLED=0