#!/bin/sh

set -e
set -x

cd examples
g++ testlib.cpp -lObjCryst -o objcryst_test
./objcryst_test
