9abbab3647
If user defines some flags then cc.flags.mk file is generated. This causes tests to exit with 1. This change help testing delete snapshot feature where we need to define flag by command: export CFLAGS=-DSPDK_ENABLE_SNAPSHOT_DELETION Change-Id: I6ddd52d6260393785269e7f34a4b65bf95e5c4e2 Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454457 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
32 lines
279 B
Plaintext
32 lines
279 B
Plaintext
*.~
|
|
*.a
|
|
*.cmd
|
|
*.d
|
|
*.gcda
|
|
*.gcno
|
|
*.kdev4
|
|
*.ko
|
|
*.log
|
|
*.o
|
|
*.pyc
|
|
*.so
|
|
*.so.*
|
|
*.swp
|
|
*.DS_Store
|
|
ut_coverage/
|
|
tags
|
|
cscope.out
|
|
dpdk-*
|
|
CUnit-Memory-Dump.xml
|
|
include/spdk/config.h
|
|
CONFIG.local
|
|
*VC.db
|
|
.vscode
|
|
.project
|
|
.cproject
|
|
.settings
|
|
mk/cc.mk
|
|
mk/config.mk
|
|
mk/cc.flags.mk
|
|
PYTHON_COMMAND
|