Add testing of 'JERRY_CPOINTER_32BIT' option to Travis CI. (#1544)

Added a new 'buildoptions' option to tools/run-tests.py to add
a comma separated list of extra build options to each test.

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2017-01-30 15:44:26 +01:00
committed by GitHub
parent 7b59c80e18
commit 623975d19f
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ env:
- OPTS="--jerry-tests --jerry-test-suite"
- OPTS="--jerry-tests --jerry-test-suite --toolchain=cmake/toolchain_linux_armv7l.cmake" TIMEOUT=300 INSTALL_QEMU_ARM=yes
- OPTS="--buildoption-test"
- OPTS="--jerry-tests --jerry-test-suite --buildoptions=--jerry-libc=off,--compile-flag=-m32,--cpointer-32bit=on"
- OPTS="--unittests"
- OPTS="--test262"