mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 22:35:33 +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)
|
TARGETS := $(LIB) $(BIN)
|
||||||
|
|
||||||
include ../Makefile.inc
|
include ../Makefile.inc
|
||||||
|
include $(DEP)
|
||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
@@ -376,6 +376,8 @@ OUT = $(TST:%=%.out)
|
|||||||
STATE = $(TST_STATE:%=%.state)
|
STATE = $(TST_STATE:%=%.state)
|
||||||
STATE_OUT = $(TST_STATE:%=%.out)
|
STATE_OUT = $(TST_STATE:%=%.out)
|
||||||
|
|
||||||
|
include $(DEP)
|
||||||
|
|
||||||
all: $(TST) criu-rtc.so
|
all: $(TST) criu-rtc.so
|
||||||
install: all
|
install: all
|
||||||
.PHONY: all install
|
.PHONY: all install
|
||||||
|
@@ -38,6 +38,7 @@ PID = $(TST:%=%.pid)
|
|||||||
OUT = $(TST:%=%.out)
|
OUT = $(TST:%=%.out)
|
||||||
|
|
||||||
include ../Makefile.inc
|
include ../Makefile.inc
|
||||||
|
include $(DEP)
|
||||||
|
|
||||||
all: $(TST)
|
all: $(TST)
|
||||||
install: all
|
install: all
|
||||||
|
Reference in New Issue
Block a user