diff options
author | Damjan Marion <damarion@cisco.com> | 2017-01-16 16:19:38 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-01-16 17:19:17 +0000 |
commit | 51a7c8b762d4340b64d868e8003bdcdd27effde1 (patch) | |
tree | 6e5fc1ce51db142fd1fcce8f4e2784bf1820a27e | |
parent | 6484b3baa3ef3186dc11fbf7706494da95079626 (diff) |
Add 'make test' to verify job
Change-Id: Iaab9c1a1c691a613d25ea28a22ac5db5943d8892
Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,5 +356,6 @@ ifeq ($(OS_ID),centos) $(call banner,"Building rpm packages") @make pkg-rpm endif + @make test |