summaryrefslogtreecommitdiff
path: root/scripts/run_tests.sh
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-08-15 17:34:41 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-08-15 17:34:41 -0700
commit5ff80c711ffec8932ef9f918ddaeb78e5d0a5b37 (patch)
treed281af1f74a601085f3880ef5b1f6189a16ba38c /scripts/run_tests.sh
parentf0f01b334a36cad80f8d3065d23ab05a1a155112 (diff)
downloadqtlocation-mapboxgl-5ff80c711ffec8932ef9f918ddaeb78e5d0a5b37.tar.gz
fixes #414: build Travis on both Linux & OS X (including for iOS)
Diffstat (limited to 'scripts/run_tests.sh')
-rwxr-xr-xscripts/run_tests.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh
deleted file mode 100755
index 7165948248..0000000000
--- a/scripts/run_tests.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-set -o pipefail
-
-cd build/Testing
-
-for TEST in ./test_* ; do
- ${TEST}
-done