build: add make check target
This commit is contained in:
parent
bcde9e7717
commit
ddc878ea20
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -36,3 +36,6 @@ all: libifupdown.a ${CMDS}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ${LIBIFUPDOWN_OBJ}
|
rm -f ${LIBIFUPDOWN_OBJ}
|
||||||
|
|
||||||
|
check:
|
||||||
|
kyua test
|
||||||
|
|
Loading…
Reference in a new issue