blob: d76b89d4b9efd5aed3354d6cd11f7e91f1aa72fd [file] [log] [blame]
#!/bin/bash
set -e
echo "Analyzing library for warnings or type errors"
dartanalyzer --show-package-warnings lib/lorem.dart
dart --checked test/lorem_test.dart
echo -e "\n✓ OK"