#!/bin/sh

SCRIPT_DIR=$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd)

"$SCRIPT_DIR/../fmt.sh"
"$SCRIPT_DIR/../test.sh"
