#!/bin/sh
set -x
set -e
FULL_PATH=$(realpath $0)
DIR_PATH=$(dirname $FULL_PATH)
mix deps.get
$DIR_PATH/test