9 lines
133 B
Bash
9 lines
133 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
#echo "Installing test suites to $DIRECTORY"
|
||
|
|
||
|
cp src/runner/.libs/runner .
|
||
|
chmod u+x runner
|
||
|
|
||
|
echo "Runner installed."
|