From: Paul Floyd Date: Sun, 2 Jun 2024 10:06:18 +0000 (+0200) Subject: README_DEVELOPERS: fix a couple of typos X-Git-Tag: VALGRIND_3_24_0~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa8c52746e24ad04209d06f4e02aff1f345045a;p=thirdparty%2Fvalgrind.git README_DEVELOPERS: fix a couple of typos --- diff --git a/README_DEVELOPERS b/README_DEVELOPERS index 71581bd86..449ad6581 100644 --- a/README_DEVELOPERS +++ b/README_DEVELOPERS @@ -116,9 +116,9 @@ top level directory. See AC_CHECK_FUNCS and the various blocks starting with AC_MSG_CHECKING. In the test directory, modify Makefile.am. Add to EXTRA_DIST the .vgtest, -A .stderr.exp and .stderr.out files. Add any filters to dist_noinst_SCRIPTS. +.stderr.exp and .stderr.out files. Add any filters to dist_noinst_SCRIPTS. Add the test executable name to check_PROGRAMS. Try to respect the -formatting and alphabetical ordering of the Makefile.am, For simple C files that is +formatting and alphabetical ordering of the Makefile.am. For simple C files that is sufficient. If you needed to add a feature test to configure.ac then you should use the same condition to add the executable name to check_PROGRAMS. If the executable uses C++ you need to add exename_SOURCES. If the executable needs