2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

test/make: Include .d files

Include deps files to recompile tests when dependency has changed.

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Reported-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Dmitry Safonov
2018-04-24 19:50:03 +01:00
committed by Andrei Vagin
parent 7a0b698b59
commit dcafa78b96
3 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ LDLIBS := $(LIB)
TARGETS := $(LIB) $(BIN)
include ../Makefile.inc
include $(DEP)
all: $(TARGETS)
.PHONY: all

View File

@@ -376,6 +376,8 @@ OUT = $(TST:%=%.out)
STATE = $(TST_STATE:%=%.state)
STATE_OUT = $(TST_STATE:%=%.out)
include $(DEP)
all: $(TST) criu-rtc.so
install: all
.PHONY: all install

View File

@@ -38,6 +38,7 @@ PID = $(TST:%=%.pid)
OUT = $(TST:%=%.out)
include ../Makefile.inc
include $(DEP)
all: $(TST)
install: all