Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Mar 22, 2024
1 parent ca6c0ad commit 007493f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ endif

# Don't run HTTP/3 test suites on Windows.

$(warning $(CT_SUITES))

ifeq ($(PLATFORM),msys2)
CT_SUITES := $(filter-out rfc9114 rfc9204 rfc9220,$(CT_SUITES))
endif

$(error $(CT_SUITES))
$(error $(PLATFORM))

# Compile options.

ERLC_OPTS += +warn_missing_spec +warn_untyped_record # +bin_opt_info
Expand Down

0 comments on commit 007493f

Please sign in to comment.