summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-test-checkstyle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vpp/include-raw-vpp-test-checkstyle.sh')
-rw-r--r--jjb/vpp/include-raw-vpp-test-checkstyle.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/vpp/include-raw-vpp-test-checkstyle.sh b/jjb/vpp/include-raw-vpp-test-checkstyle.sh
new file mode 100644
index 000000000..fd44cb60d
--- /dev/null
+++ b/jjb/vpp/include-raw-vpp-test-checkstyle.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+if grep '.PHONY: checkstyle' test/Makefile > /dev/null
+then
+ make test-checkstyle
+else
+ echo "Can't find checkstyle target in test/Makefile - skipping test checkstyle"
+fi