mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +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:
parent
7a0b698b59
commit
dcafa78b96
3 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue