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

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