blob: 10bff95a322b9b5e79c7ff8a2dda3355c47de7c7 [file] [log] [blame]
#!/bin/bash
# Fast fail the script on failures.
set -e
# Analyze the code.
dartanalyzer --fatal-warnings lib/image.dart
# Run the tests.
pub run build_runner test