summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-checkstyle.sh
blob: bc1e408715d81609271a92268241610feadebb07 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# jjb/vpp/include-raw-vpp-checkstyle.sh

if [ "$(grep -E '^checkstyle:' Makefile)" = "checkstyle:" ]
then
	make checkstyle
else
        echo "Can't find checkstyle target in Makefile - skipping checkstyle"
fi