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

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