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

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