diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-01-09 00:03:21 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-01-09 00:03:21 +0000 |
| commit | 85e8e2ed5b1954b042b2157a27c6f06090cd0511 (patch) | |
| tree | c8239a22ff2ea633e63a6000030698dbe6fccdc8 /.travis.yml | |
| parent | 3990dcfcd78017dfada57ff2ca61c2dbcf0b7074 (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.yml | 2 |
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 |
