#!/bin/sh

echo "Running './bin/ameba':"
./bin/ameba

echo "\nRunning 'crystal tool format --check':"
crystal tool format --check

echo "\nRunning 'crystal spec':"
crystal spec

echo "\nRunning 'crystal spec ./spec/build_spec_granite.cr':"
crystal spec ./spec/build_spec_granite.cr
