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