aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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/; \