From 0db71040852ccefb1e01324c4cb89753344b492e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 8 Apr 2022 19:46:19 +0300 Subject: [PATCH 39/39] Check C++ files in tests/fcintl.sh See osdn #41785 Signed-off-by: Marko Lindqvist --- tests/fcintl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fcintl.sh b/tests/fcintl.sh index fd460ce788..0e749ae42d 100755 --- a/tests/fcintl.sh +++ b/tests/fcintl.sh @@ -1,6 +1,6 @@ #!/bin/sh -files=`find $1 -name "*.c" -o -name "*.h" | sort` +files=`find $1 -name "*.c" -o -name "*.h" -o -name "*.cpp" | sort` # helper variables RES_ERR1="" # header files including fcintl.h -- 2.35.1