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_app.mk
Age
Commit message (
Expand
)
Author
2016-06-08
Add a test case for custom PROJECT_MOD
Jared Flatow
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-10-22
Replace "if $(MAKE) then false" by "! $(MAKE)"
Jean-Sébastien Pédron
2015-10-19
Force rebuilds on Makefile/.app.src changes
Loïc Hoguin
2015-09-27
Fix "repetition-operator operand invalid" error in tests on OSX
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-25
Fix error messages appearing when using parse transforms
Loïc Hoguin
2015-09-18
Fix test about auto adding an id key when LEGACY=1
Loïc Hoguin
2015-09-18
Add a test for the auto generation of id key in .app file
Loïc Hoguin
2015-09-18
Test "no .app.src" by default, test legacy with LEGACY=1
Loïc Hoguin
2015-09-11
Add a test for ERLC_EXCLUDE
Loïc Hoguin
2015-09-11
Add another ERLC_OPTS test where we filter-out +debug_info
Loïc Hoguin
2015-09-11
Add tests for ERLC_OPTS
Loïc Hoguin
2015-09-10
Reorganize the test suite
Loïc Hoguin