summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-09 00:03:21 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-09 00:03:21 +0000
commit85e8e2ed5b1954b042b2157a27c6f06090cd0511 (patch)
treec8239a22ff2ea633e63a6000030698dbe6fccdc8 /.travis.yml
parent3990dcfcd78017dfada57ff2ca61c2dbcf0b7074 (diff)
qemu-arm: Add 'test' target to Makefile to run and verify test suite.
Replaces RUN_TEST=1 definition; now "make test" in qemu-arm directory will run tests/basics/ and check that they all succeed. This patch also enables the test on Travis CI.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e3d18fdf..0383b4f4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ script:
- make -C unix CC=gcc-4.7
- make -C unix-cpy CC=gcc-4.7
- make -C bare-arm
- - make -C qemu-arm
+ - make -C qemu-arm test
- make -C stmhal
- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
- make -C stmhal BOARD=STM32F4DISC