#!/bin/sh

export PATH=`pwd`:$PATH
ctest CTestTestfile.cmake

