add demo testing

This commit is contained in:
Jeffrey Regan
2018-02-09 16:36:53 -08:00
parent 5a1052f6b1
commit a90a3cff3a

View File

@@ -30,4 +30,8 @@ echo "Running go test"
go test -v ./...
rc=$((rc || $?))
echo "Testing kinflate demos"
mdrip --mode test --label test ./cmd/kinflate
rc=$((rc || $?))
exit $rc