From 098109f16b2365015d58a8077c7a621b5f081c3a Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 22 Jul 2023 11:59:02 +0200 Subject: [PATCH] tools: Make sure formatting scripts cover all sources --- tools/sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sources.sh b/tools/sources.sh index ecfe3b70..fcbd49e1 100755 --- a/tools/sources.sh +++ b/tools/sources.sh @@ -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"))