#!/bin/sh

# force use of installed headers
rm -f libcuckoo/*.hh

cmake . -DBUILD_TESTS=1 -DBUILD_UNIT_TESTS=1 -DCMAKE_VERBOSE_MAKEFILE=ON

make all
make test ARGS+=--verbose

