tests CHANGE expand headers test also to yanglint and yangre tools
diff --git a/tests/style/check_includes.sh b/tests/style/check_includes.sh
index 29dd0c9..81d83ba 100755
--- a/tests/style/check_includes.sh
+++ b/tests/style/check_includes.sh
@@ -2,8 +2,8 @@
 
 RETVAL=0
 
-# param SRCDIR - path to the source files to search
-SRC=$1
+# params - paths to the source files to search
+SRC="$*"
 
 # param FUNC - name of the function in compat to check
 function check_compat_func {