tests CHANGE expand headers test also to yanglint and yangre tools
diff --git a/tests/style/CMakeLists.txt b/tests/style/CMakeLists.txt
index 77b7265..f820b16 100644
--- a/tests/style/CMakeLists.txt
+++ b/tests/style/CMakeLists.txt
@@ -1,2 +1,2 @@
-add_test(NAME Headers
-	COMMAND ${CMAKE_SOURCE_DIR}/tests/style/check_includes.sh ${CMAKE_SOURCE_DIR}/src/)
+add_test(NAME headers
+	COMMAND ${CMAKE_SOURCE_DIR}/tests/style/check_includes.sh ${CMAKE_SOURCE_DIR}/src/ ${CMAKE_SOURCE_DIR}/tools/lint/ ${CMAKE_SOURCE_DIR}/tools/re/)
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 {