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:
committed by
Andrei Vagin
parent
7a0b698b59
commit
dcafa78b96
@@ -16,6 +16,7 @@ LDLIBS := $(LIB)
|
||||
TARGETS := $(LIB) $(BIN)
|
||||
|
||||
include ../Makefile.inc
|
||||
include $(DEP)
|
||||
|
||||
all: $(TARGETS)
|
||||
.PHONY: all
|
||||
|
@@ -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
|
||||
|
@@ -38,6 +38,7 @@ PID = $(TST:%=%.pid)
|
||||
OUT = $(TST:%=%.out)
|
||||
|
||||
include ../Makefile.inc
|
||||
include $(DEP)
|
||||
|
||||
all: $(TST)
|
||||
install: all
|
||||
|
Reference in New Issue
Block a user