Skip to content

Commit 57b2968

Browse files
committed
Bump erlang.mk
by running ``` make erlang-mk ``` to include ninenines/erlang.mk@6423c1c which provides test coverage for individual suites.
1 parent 5bf8192 commit 57b2968

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

erlang.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
1818
export ERLANG_MK_FILENAME
1919

20-
ERLANG_MK_VERSION = bf7a194
20+
ERLANG_MK_VERSION = 6423c1c
2121
ERLANG_MK_WITHOUT =
2222

2323
# Make 3.81 and 3.82 are deprecated.
@@ -6285,9 +6285,9 @@ ifeq ($(PLATFORM),msys2)
62856285
CXXFLAGS ?= -O3 -finline-functions -Wall
62866286
else ifeq ($(PLATFORM),darwin)
62876287
CC ?= cc
6288-
CFLAGS ?= -O3 -std=c99 -arch x86_64 -Wall -Wmissing-prototypes
6289-
CXXFLAGS ?= -O3 -arch x86_64 -Wall
6290-
LDFLAGS ?= -arch x86_64 -flat_namespace -undefined suppress
6288+
CFLAGS ?= -O3 -std=c99 -Wall -Wmissing-prototypes
6289+
CXXFLAGS ?= -O3 -Wall
6290+
LDFLAGS ?= -flat_namespace -undefined suppress
62916291
else ifeq ($(PLATFORM),freebsd)
62926292
CC ?= cc
62936293
CFLAGS ?= -O3 -std=c99 -finline-functions -Wall -Wmissing-prototypes
@@ -6707,9 +6707,9 @@ endif
67076707
endif
67086708

67096709
define ct_suite_target
6710-
ct-$(1): test-build
6711-
$(verbose) mkdir -p $(CT_LOGS_DIR)
6712-
$(gen_verbose_esc) $(CT_RUN) -sname ct_$(PROJECT) -suite $(addsuffix _SUITE,$(1)) $(CT_EXTRA) $(CT_OPTS)
6710+
ct-$1: test-build
6711+
$$(verbose) mkdir -p $$(CT_LOGS_DIR)
6712+
$$(gen_verbose_esc) $$(CT_RUN) -sname ct_$$(PROJECT) -suite $$(addsuffix _SUITE,$1) $$(CT_EXTRA) $$(CT_OPTS)
67136713
endef
67146714

67156715
$(foreach test,$(CT_SUITES),$(eval $(call ct_suite_target,$(test))))

0 commit comments

Comments
 (0)