#!/bin/bash
cd `git rev-parse --show-toplevel`
dune runtest src test/unit && make format
