We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513587 commit 87a1cfeCopy full SHA for 87a1cfe
.travis.yml
@@ -2,6 +2,7 @@ python:
2
- "2.7"
3
4
script:
5
+ - make -C events/equeue test clean
6
- PYTHONPATH=. python tools/test/config_test/config_test.py
7
- PYTHONPATH=. python tools/test/build_api/build_api_test.py
8
- python tools/test/pylint.py
events/equeue/Makefile
@@ -17,7 +17,7 @@ endif
17
ifdef WORD
18
CFLAGS += -m$(WORD)
19
endif
20
-CFLAGS += -I.
+CFLAGS += -I. -I..
21
CFLAGS += -std=c99
22
CFLAGS += -Wall
23
CFLAGS += -D_XOPEN_SOURCE=600
0 commit comments