tools: Make sure formatting scripts cover all sources

This commit is contained in:
apio 2023-07-22 11:59:02 +02:00
parent 9ef09cfc88
commit 098109f16b
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -4,7 +4,7 @@ source $(dirname $0)/env.sh
cd $LUNA_ROOT
FOLDERS=(kernel libc libos libluna apps)
FOLDERS=(kernel libc libos libluna apps shell tests)
SOURCES=($(find ${FOLDERS[@]} -type f -name "*.cpp"))
SOURCES+=($(find ${FOLDERS[@]} -type f -name "*.h"))