As suggested by Herman, move comment to the next line otherwise it incorrectly handles --config-bcheck=no --config-backtrace=no

This commit is contained in:
Christian Jullien 2022-03-23 09:03:54 +01:00
parent 313855c232
commit 750f0a3e3f

View file

@ -29,7 +29,8 @@ endif
ifeq ($(CONFIG_backtrace),no) ifeq ($(CONFIG_backtrace),no)
SKIP += 112_backtrace.test SKIP += 112_backtrace.test
SKIP += 113_btdll.test SKIP += 113_btdll.test
CONFIG_bcheck = no # no bcheck without backtrace CONFIG_bcheck = no
# no bcheck without backtrace
endif endif
ifeq ($(CONFIG_bcheck),no) ifeq ($(CONFIG_bcheck),no)
SKIP += 114_bound_signal.test SKIP += 114_bound_signal.test