mirror of
https://github.com/yawut/SDL.git
synced 2026-09-10 10:06:26 -05:00
Refined install script to be more helpful.
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user