bc1e408715d81609271a92268241610feadebb07
[ci-management.git] / jjb / vpp / include-raw-vpp-checkstyle.sh
1 #!/bin/bash
2 # jjb/vpp/include-raw-vpp-checkstyle.sh
3
4 if [ "$(grep -E '^checkstyle:' Makefile)" = "checkstyle:" ]
5 then
6         make checkstyle
7 else
8         echo "Can't find checkstyle target in Makefile - skipping checkstyle"
9 fi