#!/bin/sh

cd ..
mkdir copy
cd copy
cp -rf ../app/* .
rm makefile-local

make test
