diff mbox series

Run test and acceptance-tests in meta-target tests

Message ID 20210406173628.45331-1-toertel@gmail.com
State Accepted
Headers show
Series Run test and acceptance-tests in meta-target tests | expand

Commit Message

Mark Jonas April 6, 2021, 5:36 p.m. UTC
So far the meta-target 'tests' only triggered build and execution of
the 'acceptance-tests'. Execution of the 'test' target (crypt, hash,
json, server_hawkbit, and verify tests) was missing. Now, both
'acceptance-tests' and 'test' are triggered by 'tests'.

Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index b5df21e..af40d8c 100644
--- a/Makefile
+++ b/Makefile
@@ -480,7 +480,7 @@  install: all
 	fi
 
 PHONY += tests
-tests: acceptance-tests
+tests: acceptance-tests test
 
 PHONY += acceptance-tests
 acceptance-tests: FORCE