Revert unnecessary Erlang.mk change
This commit is contained in:
parent
a9372869e3
commit
576137b3f8
|
|
@ -6076,7 +6076,7 @@ endif
|
||||||
define ct_suite_target
|
define ct_suite_target
|
||||||
ct-$1: test-build
|
ct-$1: test-build
|
||||||
$$(verbose) mkdir -p $$(CT_LOGS_DIR)
|
$$(verbose) mkdir -p $$(CT_LOGS_DIR)
|
||||||
$$(gen_verbose_esc) $$(CT_RUN) -sname ct_$$(PROJECT)-$1 -suite $$(addsuffix _SUITE,$1) $$(CT_EXTRA) $$(CT_OPTS)
|
$$(gen_verbose_esc) $$(CT_RUN) -sname ct_$$(PROJECT) -suite $$(addsuffix _SUITE,$1) $$(CT_EXTRA) $$(CT_OPTS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach test,$(CT_SUITES),$(eval $(call ct_suite_target,$(test))))
|
$(foreach test,$(CT_SUITES),$(eval $(call ct_suite_target,$(test))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue