mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu: add unit testing for config file parser
This tries to add a unit test for the configuration file parser. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
45bde968a2
commit
1a197d4d86
7 changed files with 243 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -257,6 +257,10 @@ crit: criu
|
|||
$(Q) $(MAKE) $(build)=crit all
|
||||
.PHONY: crit
|
||||
|
||||
unittest: $(criu-deps)
|
||||
$(Q) $(MAKE) $(build)=criu unittest
|
||||
.PHONY: unittest
|
||||
|
||||
|
||||
#
|
||||
# Libraries next once crit it ready
|
||||
|
|
@ -393,6 +397,7 @@ help:
|
|||
@echo ' cscope - Generate cscope database'
|
||||
@echo ' test - Run zdtm test-suite'
|
||||
@echo ' gcov - Make code coverage report'
|
||||
@echo ' unittest - Run unit tests'
|
||||
.PHONY: help
|
||||
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue