Run Astyle recursively for gui/test.
GUI's tests are now in separate subdirectories. To avoid adding each subdirectory to the Astyle scripts run Astyle recursively.
This commit is contained in:
parent
63cf743ba1
commit
2e755fac84
|
@ -12,8 +12,8 @@ astyle $style $options cli/*.cpp
|
|||
astyle $style $options cli/*.h
|
||||
astyle $style $options gui/*.cpp
|
||||
astyle $style $options gui/*.h
|
||||
astyle $style $options gui/test/*.cpp
|
||||
astyle $style $options gui/test/*.h
|
||||
astyle $style $options -r gui/test/*.cpp
|
||||
astyle $style $options -r gui/test/*.h
|
||||
astyle $style $options lib/*.cpp
|
||||
astyle $style $options lib/*.h
|
||||
astyle $style $options test/*.cpp
|
||||
|
|
|
@ -7,8 +7,8 @@ astyle %STYLE% %OPTIONS% cli/*.cpp
|
|||
astyle %STYLE% %OPTIONS% cli/*.h
|
||||
astyle %STYLE% %OPTIONS% gui/*.cpp
|
||||
astyle %STYLE% %OPTIONS% gui/*.h
|
||||
astyle %STYLE% %OPTIONS% gui/test/*.cpp
|
||||
astyle %STYLE% %OPTIONS% gui/test/*.h
|
||||
astyle %STYLE% %OPTIONS% -r gui/test/*.cpp
|
||||
astyle %STYLE% %OPTIONS% -r gui/test/*.h
|
||||
astyle %STYLE% %OPTIONS% lib/*.cpp
|
||||
astyle %STYLE% %OPTIONS% lib/*.h
|
||||
astyle %STYLE% %OPTIONS% test/*.cpp
|
||||
|
|
Loading…
Reference in New Issue