From bccfc967e7d0f4b798eae7208909832fccffbb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 19 Mar 2018 20:38:36 +0100 Subject: [PATCH] runastyle: dont run astyle on generated cfg tests --- runastyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runastyle b/runastyle index 0ac2420c3..c455a942c 100755 --- a/runastyle +++ b/runastyle @@ -29,7 +29,7 @@ $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/*.c* +$ASTYLE $style $options test/cfg/*.c $ASTYLE $style $options test/*.h $ASTYLE $style $options --recursive "tools/*.cpp"