runastyle: dont run astyle on generated cfg tests

This commit is contained in:
Daniel Marjamäki 2018-03-19 20:38:36 +01:00
parent 7048f012a8
commit bccfc967e7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $ASTYLE $style $options -r gui/test/*.h
$ASTYLE $style $options lib/*.cpp $ASTYLE $style $options lib/*.cpp
$ASTYLE $style $options lib/*.h $ASTYLE $style $options lib/*.h
$ASTYLE $style $options test/*.cpp $ASTYLE $style $options test/*.cpp
$ASTYLE $style $options test/cfg/*.c* $ASTYLE $style $options test/cfg/*.c
$ASTYLE $style $options test/*.h $ASTYLE $style $options test/*.h
$ASTYLE $style $options --recursive "tools/*.cpp" $ASTYLE $style $options --recursive "tools/*.cpp"