]> git.pld-linux.org Git - packages/criu.git/blob - tests.patch
add tests bcond (requires root)
[packages/criu.git] / tests.patch
1 --- criu-2.5/test/zdtm/static/Makefile~ 2016-08-21 11:41:39.000000000 +0300
2 +++ criu-2.5/test/zdtm/static/Makefile  2016-08-21 11:41:42.142986535 +0300
3 @@ -402,6 +402,10 @@
4  stopped02:     override CFLAGS += -DZDTM_STOPPED_TKILL
5  stopped12:     override CFLAGS += -DZDTM_STOPPED_KILL -DZDTM_STOPPED_TKILL
6  
7 +# grantpt, etc troubles
8 +tty%:  override CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=int-conversion
9 +pty%:  override CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=int-conversion
10 +
11  $(LIB):        force
12         $(Q) $(MAKE) -C $(LIBDIR)
13  
This page took 0.051311 seconds and 3 git commands to generate.