Runner is automatically installed to .

This commit is contained in:
Markus Kauppila 2011-08-06 18:00:10 +03:00
parent 2f3c2a946c
commit a70c5c1f3d
3 changed files with 29 additions and 9 deletions

View file

@ -0,0 +1,8 @@
#! /bin/bash
#echo "Installing test suites to $DIRECTORY"
cp src/runner/.libs/runner .
chmod u+x runner
echo "Runner installed."