Commit f7a79ddf authored by Markus Kauppila's avatar Markus Kauppila

Refined install script to be more helpful.

parent 45e6823e
......@@ -15,7 +15,6 @@ SUBDIRS = src/libSDLtest \
tests/testevents \
tests/testkeyboard
##all-local: install
install: install-runner install-tests
install-runner:
$(SHELL) build-scripts/install-runner.sh
......
......@@ -3,8 +3,6 @@
DIRECTORY="tests"
EXT="error"
#echo "Installing test suites to $DIRECTORY"
mkdir $DIRECTORY > /dev/null 2>&1
PLATFORM="$(uname)"
......@@ -21,3 +19,7 @@ do
done
echo "Test suites installed."
echo "Run './runner --show-tests' to see the available tests"
echo "and './runner' to execute them"
echo ""
echo "For more commands: './runner --help'"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment