Add a cton-util filecheck sub-command.

This commit is contained in:
Jakob Stoklund Olesen
2016-09-08 16:20:06 -07:00
parent 5b22634c8d
commit c95c23dbbe
5 changed files with 60 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ else
echo "If a newer version of rustfmt is available, update this script."
fi
PKGS="cretonne cretonne-reader cretonne-tools"
PKGS="cretonne cretonne-reader cretonne-tools filecheck"
cd "$topdir/src/tools"
for PKG in $PKGS
do