Add DHCP client and server to pretty check. (#964)

This commit is contained in:
Jonathan Hui
2016-11-10 12:57:24 +08:00
committed by GitHub
parent a7a116970b
commit b78376e5a9
+1 -1
View File
@@ -38,7 +38,7 @@ set -x
[ $BUILD_TARGET != pretty-check ] || {
export PATH=/tmp/astyle/build/gcc/bin:$PATH || die
./configure --enable-cli --enable-diag --enable-commissioner --enable-joiner --with-examples=posix || die
./configure --enable-cli --enable-diag --enable-dhcp6-client --enable-dhcp6-server --enable-commissioner --enable-joiner --with-examples=posix || die
make pretty-check || die
}