#!/bin/sh

set -e

make -j2 test TEST_VERBOSE=1
#make -j2 test CI=true TEST_VERBOSE=1
