Updated runastyle scripts

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-06-20 09:56:10 +02:00
parent 73a5aafba4
commit cfddc8f537
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,8 @@ $ASTYLE $style $options -r gui/test/*.h
$ASTYLE $style $options lib/*.cpp
$ASTYLE $style $options lib/*.h
$ASTYLE $style $options test/*.cpp
$ASTYLE $style $options test/cfg/{std,qt,windows,wxwidgets,posix,gnu,gtk}.c* # Exclude generated test files
$ASTYLE $style $options test/cfg/*.c
$ASTYLE $style $options test/cfg/*.cpp
$ASTYLE $style $options test/*.h
$ASTYLE $style $options --recursive "tools/*.cpp"

View File

@ -32,7 +32,8 @@
%ASTYLE% %STYLE% %OPTIONS% lib/*.cpp
%ASTYLE% %STYLE% %OPTIONS% lib/*.h
%ASTYLE% %STYLE% %OPTIONS% test/*.cpp
%ASTYLE% %STYLE% %OPTIONS% test/cfg/*.c*
%ASTYLE% %STYLE% %OPTIONS% test/cfg/*.c
%ASTYLE% %STYLE% %OPTIONS% test/cfg/*.cpp
%ASTYLE% %STYLE% %OPTIONS% test/*.h
%ASTYLE% %STYLE% %OPTIONS% -r tools/*.cpp