#!/bin/sh

set -e
set -u

GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles

make testSQLite && ./obj/testSQLite

exit 0
