Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmk committed Jun 25, 2024
2 parents 597ecf9 + bc61d42 commit 308e755
Show file tree
Hide file tree
Showing 13 changed files with 3,595 additions and 285 deletions.
4 changes: 3 additions & 1 deletion lib/diameter/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RELSYSDIR = $(RELEASE_PATH)/diameter_test

include modules.mk

HRL_FILES = diameter_util.hrl
ERL_FILES = $(MODULES:%=%.erl)
TARGET_FILES = $(MODULES:%=%.$(EMULATOR))

Expand Down Expand Up @@ -183,7 +184,8 @@ release_spec release_docs_spec:

release_tests_spec:
$(INSTALL_DIR) "$(RELSYSDIR)"
$(INSTALL_DATA) $(TEST_SPEC_FILE) \
$(INSTALL_DATA) $(HRL_FILES) \
$(TEST_SPEC_FILE) \
$(COVER_SPEC_FILE) \
"$(RELSYSDIR)"
$(MAKE) $(DATA_DIRS:%/=release_data_%)
Expand Down
Loading

0 comments on commit 308e755

Please sign in to comment.