Added equeue tests to travis CI

pull/3300/head
Christopher Haster 2016-11-21 12:25:14 -06:00
parent d513587806
commit 87a1cfee42
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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