* [PATCH iproute2 1/1] Makefile: Add check target
@ 2018-09-21 20:29 Petr Vorel
2018-09-25 8:12 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2018-09-21 20:29 UTC (permalink / raw)
To: netdev; +Cc: Petr Vorel, Stephen Hemminger
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index 25de3893..b7488add 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ help:
@echo " clean - remove products of build"
@echo " distclean - remove configuration and build"
@echo " install - install binaries on local machine"
+ @echo " check - run tests"
@echo " cscope - build cscope database"
@echo " snapshot - generate version number header"
@echo ""
@@ -118,6 +119,9 @@ clobber:
distclean: clobber
+check:
+ cd testsuite && $(MAKE) && $(MAKE) alltests
+
cscope:
cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc
--
2.19.0.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2 1/1] Makefile: Add check target
2018-09-21 20:29 [PATCH iproute2 1/1] Makefile: Add check target Petr Vorel
@ 2018-09-25 8:12 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2018-09-25 8:12 UTC (permalink / raw)
To: Petr Vorel; +Cc: netdev
On Fri, 21 Sep 2018 22:29:16 +0200
Petr Vorel <petr.vorel@gmail.com> wrote:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-25 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-21 20:29 [PATCH iproute2 1/1] Makefile: Add check target Petr Vorel
2018-09-25 8:12 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).