mirror of https://github.com/ARMmbed/mbed-os.git
Added equeue tests to travis CI
parent
d513587806
commit
87a1cfee42
|
@ -2,6 +2,7 @@ python:
|
|||
- "2.7"
|
||||
|
||||
script:
|
||||
- make -C events/equeue test clean
|
||||
- PYTHONPATH=. python tools/test/config_test/config_test.py
|
||||
- PYTHONPATH=. python tools/test/build_api/build_api_test.py
|
||||
- python tools/test/pylint.py
|
||||
|
|
|
@ -17,7 +17,7 @@ endif
|
|||
ifdef WORD
|
||||
CFLAGS += -m$(WORD)
|
||||
endif
|
||||
CFLAGS += -I.
|
||||
CFLAGS += -I. -I..
|
||||
CFLAGS += -std=c99
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -D_XOPEN_SOURCE=600
|
||||
|
|
Loading…
Reference in New Issue