diff mbox series

[2/2] Drop target suricatta-tests

Message ID 20200101195223.14653-2-sbabic@denx.de
State Accepted
Headers show
Series None | expand

Commit Message

Stefano Babic Jan. 1, 2020, 7:52 p.m. UTC
Tests under suricatta are merged into tests, no additional target is
needed.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 Makefile | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 943e013..4773d54 100644
--- a/Makefile
+++ b/Makefile
@@ -465,17 +465,12 @@  install: all
 PHONY += run-tests
 tests: \
 	acceptance-tests \
-	suricatta-tests \
 	corelib-tests
 
 PHONY += acceptance-tests
 acceptance-tests: FORCE
 	$(Q)$(MAKE) $(build)=scripts/acceptance-tests tests
 
-PHONY += suricatta-tests
-suricatta-tests: FORCE
-	$(Q)$(MAKE) $(build)=suricatta/test SWOBJS="$(swupdate-objs)" SWLIBS="$(swupdate-libs)" LDLIBS="$(LDLIBS)" tests
-
 PHONY += test
 test:
 	$(Q)$(MAKE) $(build)=test SWOBJS="$(swupdate-objs)" SWLIBS="$(swupdate-libs)" LDLIBS="$(LDLIBS)" tests