Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Nov 4, 2024
1 parent 91f4654 commit 316ec3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/proper.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ proper: test-build cover-data-dir
endif
else
proper: test-build cover-data-dir
sleep 1
$(eval MODULES := $(patsubst %,'%',$(sort $(notdir $(basename \
$(wildcard ebin/*.beam) $(wildcard,$(TEST_DIR)/*.beam))))))
$(wildcard ebin/*.beam) $(call core_find,$(TEST_DIR)/,*.beam))))))
$(gen_verbose) $(call erlang,$(call proper_check.erl,all,undefined,$(MODULES)))
endif
endif

0 comments on commit 316ec3d

Please sign in to comment.