mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
These changes enable running all compel tests with a single command from the root path of the repository: # sudo make -C compel/test Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
17 lines
240 B
Makefile
17 lines
240 B
Makefile
all: fdspy infect rsys
|
|
|
|
fdspy:
|
|
$(Q) $(MAKE) -C fdspy
|
|
$(Q) $(MAKE) -C fdspy run
|
|
.PHONY: fdspy
|
|
|
|
infect:
|
|
$(Q) $(MAKE) -C infect
|
|
$(Q) $(MAKE) -C infect run
|
|
.PHONY: infect
|
|
|
|
|
|
rsys:
|
|
$(Q) $(MAKE) -C rsys
|
|
$(Q) $(MAKE) -C rsys run
|
|
.PHONY: rsys
|