Skip to content

Commit 110825f

Browse files
author
Martin Preisler
committed
Check test C source files for config.h as well
1 parent cbada06 commit 110825f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sources/all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function test_config_h(){
1313
ignore_list='(MurmurHash3.c|rbt_gen.c|oval_testing_ext_probe.c)$'
1414
echo "Files from this mask will not be checked: $ignore_list"
1515

16-
codebase=$(find $top_srcdir/src/ -name "*.c" | sort)
16+
codebase=$(find $top_srcdir/src/ $top_srcdir/tests/ -name "*.c" | sort)
1717
echo "$codebase" | grep -vE "$ignore_list" | while read filename;
1818
do
1919
grep -E "$text" "$filename" --quiet || {

0 commit comments

Comments
 (0)