diff options
author | Klement Sekera <ksekera@cisco.com> | 2019-05-06 19:11:25 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-08 22:14:44 +0000 |
commit | f40ee3a206b2abd2ca2b8b94e0d233c2f1ade801 (patch) | |
tree | c50d286a56ea3913313c854e6d25f4afb4360b95 /test/Makefile | |
parent | 0e573f56dc4986b2f21ffedddb1c5a2424f88b0d (diff) |
make test: introduce COREDUMP_COMPRESS option
setting COREDUMP_COMPRESS=y (or =1) indicates that any core file
is to be compressed by the test framework unless DEBUG=core is set.
Change-Id: Ib0d6d30a7398dbeb6ab5e5dbb411bf5c641b5206
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 724b50457aa..a5788223623 100644 --- a/test/Makefile +++ b/test/Makefile @@ -285,6 +285,7 @@ help: @echo " COREDUMP_SIZE=<size> - pass <size> as unix { coredump-size <size> } argument to vpp" @echo " e.g. COREDUMP_SIZE=4g" @echo " COREDUMP_SIZE=unlimited" + @echo " COREDUMP_COMPRESS=1 - compress core files if not debugging them" @echo " EXTERN_TESTS=<path> - path to out-of-tree test_<name>.py files containing test cases" @echo " EXTERN_PLUGINS=<path>- path to out-of-tree plugins to be loaded by vpp under test" @echo " EXTERN_COV_DIR=<path>- path to out-of-tree prefix, where source, object and .gcda files can be found for coverage report" |