From 67bf3e896744d096cd8d7bf06c0dd808411794c9 Mon Sep 17 00:00:00 2001 From: brarcher Date: Mon, 27 Jan 2014 04:41:50 +0000 Subject: [PATCH] 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 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0