All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] make: Add test-metadata target
@ 2021-11-05 11:22 Petr Vorel
  2021-11-05 11:29 ` Cyril Hrubis
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2021-11-05 11:22 UTC (permalink / raw)
  To: ltp

And run it as part of make test.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi Cyril,

I slightly modified source, thus sent to ML.

Kind regards,
Petr

 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 63010d531..a94e0da9a 100644
--- a/Makefile
+++ b/Makefile
@@ -207,6 +207,7 @@ ifneq ($(build),$(host))
 	$(error running tests on cross-compile build not supported)
 endif
 	$(call _test)
+	$(MAKE) test-metadata
 
 test-c: lib-all
 ifneq ($(build),$(host))
@@ -220,6 +221,9 @@ ifneq ($(build),$(host))
 endif
 	$(call _test,-s)
 
+test-metadata:
+	$(MAKE) -C $(abs_srcdir)/metadata/ test
+
 ## Help
 .PHONY: help
 help:
-- 
2.33.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH 1/1] make: Add test-metadata target
  2021-11-05 11:22 [LTP] [PATCH 1/1] make: Add test-metadata target Petr Vorel
@ 2021-11-05 11:29 ` Cyril Hrubis
  2021-11-05 11:52   ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2021-11-05 11:29 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp

Hi!
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> Hi Cyril,
> 
> I slightly modified source, thus sent to ML.

Looks good.

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH 1/1] make: Add test-metadata target
  2021-11-05 11:29 ` Cyril Hrubis
@ 2021-11-05 11:52   ` Petr Vorel
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2021-11-05 11:52 UTC (permalink / raw)
  To: Cyril Hrubis; +Cc: ltp

Hi Cyril,

thanks, pushed!

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-05 11:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 11:22 [LTP] [PATCH 1/1] make: Add test-metadata target Petr Vorel
2021-11-05 11:29 ` Cyril Hrubis
2021-11-05 11:52   ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.