index
:
erlang.mk.git
gh-pages
make-ci-green
master
A build tool for Erlang that just works.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
core_deps.mk
Age
Commit message (
Expand
)
Author
2016-07-14
Build apps/* only once
Krister Svanlund
2016-05-17
Add test case demonstrating issue 447.
Daniel Goertzen
2016-01-22
Use "make edoc" in the edoc test
Loïc Hoguin
2015-12-24
Simplify cleaning in the test suite
Loïc Hoguin
2015-12-15
Make some rm -rf commands safer
Loïc Hoguin
2015-11-21
deps.mk: In dep_target, call dep_autopatch during the second eval
Jean-Sébastien Pédron
2015-10-22
Add git-submodule fetch method
Loïc Hoguin
2015-10-22
Merge branch 'fix-test-core-plugins-one' of https://github.com/rabbitmq/erlan...
Loïc Hoguin
2015-10-22
Use relative path to erlang.mk file in autopatched deps
Loïc Hoguin
2015-10-22
Replace "if $(MAKE) then false" by "! $(MAKE)"
Jean-Sébastien Pédron
2015-10-19
Fix creating modules from templates when using apps/ only
Loïc Hoguin
2015-09-29
Use ?= in APPS_DIR test, just like DEPS_DIR
Loïc Hoguin
2015-09-29
Add a test for SKIP_DEPS
Loïc Hoguin
2015-09-29
Add a test for NO_AUTOPATCH_ERLANG_MK
Loïc Hoguin
2015-09-29
Add tests for and fix NO_AUTOPATCH
Loïc Hoguin
2015-09-29
Use a deeper directory for core-deps-dir test
Loïc Hoguin
2015-09-29
Add support for APPS_DIR
Loïc Hoguin
2015-09-27
Improve tests' platform detection
Loïc Hoguin
2015-09-27
Replace sed -i with perl -ni in tests
Loïc Hoguin
2015-09-26
Make tests work on more systems
Loïc Hoguin
2015-09-24
Add a test for DEPS_DIR
Loïc Hoguin
2015-09-24
Add tests for IGNORE_DEPS
Loïc Hoguin
2015-09-24
Add tests for dependency fetching order
Loïc Hoguin
2015-09-24
Add tests for custom, fail (bad and unknown) and legacy fetch methods
Loïc Hoguin
2015-09-24
Add test for the hex fetch method
Loïc Hoguin
2015-09-24
Add test for the cp fetch method
Loïc Hoguin
2015-09-23
Add tests for git, hg, svn fetch methods
Loïc Hoguin
2015-09-23
Add a test for dep_$(DEP) variables
Loïc Hoguin
2015-09-23
Implement, add test for dep_$(DEP)_commit variables
Loïc Hoguin
2015-09-22
Add tests for TEST_DEPS
Loïc Hoguin
2015-09-22
Add a test for SHELL_DEPS
Loïc Hoguin
2015-09-22
Disable last check of core-deps-rel under Windows
Loïc Hoguin
2015-09-22
Add REL_DEPS along with its test
Loïc Hoguin
2015-09-22
Add test for OTP_DEPS
Loïc Hoguin
2015-09-21
Add a test for DOC_DEPS
Loïc Hoguin
2015-09-21
Add a test for a JS build dependency
Loïc Hoguin
2015-09-21
Use cowlib instead of rebar for core-deps-build-erl
Loïc Hoguin
2015-09-21
Add a test for an Erlang build dependency
Loïc Hoguin
2015-09-21
Add a second C build dependency
Loïc Hoguin
2015-09-21
Add a test where the build dependency is a C compiler
Loïc Hoguin
2015-09-21
Fix core-deps-pkg test with LEGACY=1
Loïc Hoguin
2015-09-21
Add the first few tests for dependencies
Loïc Hoguin