Skip to content

Commit 87a1cfe

Browse files
committed
Added equeue tests to travis CI
1 parent d513587 commit 87a1cfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ python:
22
- "2.7"
33

44
script:
5+
- make -C events/equeue test clean
56
- PYTHONPATH=. python tools/test/config_test/config_test.py
67
- PYTHONPATH=. python tools/test/build_api/build_api_test.py
78
- python tools/test/pylint.py

events/equeue/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif
1717
ifdef WORD
1818
CFLAGS += -m$(WORD)
1919
endif
20-
CFLAGS += -I.
20+
CFLAGS += -I. -I..
2121
CFLAGS += -std=c99
2222
CFLAGS += -Wall
2323
CFLAGS += -D_XOPEN_SOURCE=600

0 commit comments

Comments
 (0)