#!/bin/bash

set -e  # Exit on error

make all
./run_herb_tests
bundle exec rake test

echo "Tests successful!"
