aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYohanPipereau <ypiperea@cisco.com>2019-06-17 16:06:44 +0200
committerYohanPipereau <ypiperea@cisco.com>2019-06-18 12:04:34 +0200
commit657ed1fac3642dca621b8c7b00fbdd93d508ec5f (patch)
treed9e51a1072696b44a228e57ce4342d19b5650e4f /Makefile
parentb7b52e85c1b05a456119c11b9cf8e79d660194cc (diff)
Minor changes to Cmake/Make system
- Verbose mode to run scvpp unit test - Set scvpp unit test timeout to 60 seconds - Set cmake required version number to 3.0 - Set libscvpp pkgconfig file version to PROJECT_VERSION Variable used in CmakeListt Change-Id: I07c4ecb805a820c78007773f2f3ff68ee5be9cc3 Signed-off-by: YohanPipereau <ypiperea@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ebde2d..07261ae 100644
--- a/Makefile
+++ b/Makefile
@@ -253,7 +253,7 @@ build-scvpp:
@# NEW INSTRUCTIONS TO BUILD-SCVPP MUST BE DECLARED ON A NEW LINE WITH '@'
test-scvpp: build-scvpp
- @cd $(BR)/build-scvpp; make test
+ @cd $(BR)/build-scvpp; make test ARGS="-V"
build-plugins:
@mkdir -p $(BR)/build-plugins/; cd $(BR)/build-plugins/; \