#!/usr/bin/env bash
. ../.bashrc
setup
cmake ..
make -j
[ "$(./main)" = 'hello world' ] || exit 1
