From 2da94c63be0dd5ff21442ffdf594d8862ac2c656 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 22 Dec 2016 19:00:35 +0300
Subject: Add ci tests without opengl support.

---
 tools/ci/jobs/gcc5_sanitize_tests.sh | 2 +-
 tools/ci/jobs/gcc5_sdl2_tests.sh     | 2 +-
 tools/ci/jobs/gcc6_tests.sh          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'tools')

diff --git a/tools/ci/jobs/gcc5_sanitize_tests.sh b/tools/ci/jobs/gcc5_sanitize_tests.sh
index 4e5536eed..b5b944780 100755
--- a/tools/ci/jobs/gcc5_sanitize_tests.sh
+++ b/tools/ci/jobs/gcc5_sanitize_tests.sh
@@ -55,7 +55,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \
 -Wreturn-type -Wsequence-point -Wswitch"
 
 do_init
-run_configure --enable-unittests=yes
+run_configure --enable-unittests=yes $*
 export SDL_VIDEODRIVER=dummy
 export ASAN_OPTIONS=detect_leaks=0
 run_make_check
diff --git a/tools/ci/jobs/gcc5_sdl2_tests.sh b/tools/ci/jobs/gcc5_sdl2_tests.sh
index 33886af83..4d335a1ad 100755
--- a/tools/ci/jobs/gcc5_sdl2_tests.sh
+++ b/tools/ci/jobs/gcc5_sdl2_tests.sh
@@ -46,7 +46,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \
 -Wlogical-not-parentheses -Woverloaded-virtual"
 
 do_init
-run_configure --with-sdl2 --enable-unittests=yes
+run_configure --with-sdl2 --enable-unittests=yes $*
 export SDL_VIDEODRIVER=dummy
 run_make_check
 
diff --git a/tools/ci/jobs/gcc6_tests.sh b/tools/ci/jobs/gcc6_tests.sh
index 8a0a60f14..d91ea87fd 100755
--- a/tools/ci/jobs/gcc6_tests.sh
+++ b/tools/ci/jobs/gcc6_tests.sh
@@ -19,7 +19,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \
 source ./tools/ci/flags/gcc6.sh
 
 do_init
-run_configure --enable-unittests=yes
+run_configure --enable-unittests=yes $*
 export SDL_VIDEODRIVER=dummy
 run_make_check
 
-- 
cgit v1.2.3-70-g09d2