[PATCH] testsuite: easier testing via script & makefile

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



With this change, using the testsuite via the Makefile is not
limited anymore to a single file.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 639d4f518b7a..09726ebbd4dd 100644
--- a/Makefile
+++ b/Makefile
@@ -273,8 +273,8 @@ version.h: FORCE
 
 check: all
 	$(Q)cd validation && ./test-suite
-validation/%.t: $(PROGRAMS)
-	@validation/test-suite single $*.c
+validation/%: $(PROGRAMS)
+	$(Q)validation/test-suite $*
 
 
 clean: clean-check
-- 
2.28.0




[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux