aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_erlydtl.mk
AgeCommit message (Collapse)Author
2018-12-07Autopatch: allow configuring REBAR_GIT and REBAR_COMMITLoïc Hoguin
And use this in the tests to fetch Rebar only once and then clone from the local repository. This should speed up tests a little.
2018-11-28Add option DTL_PREFIX for erlydtl-produced module namesLoïc Hoguin
2018-05-14Don't list test cases manually anymoreLoïc Hoguin
2017-05-16Add a test for ErlyDTL with a custom tagLoïc Hoguin
2016-10-20Add a test that included templates are relative to the originalLoïc Hoguin
2016-10-20Fix several problems with the erlydtl plugin:Jared Flatow
DTL_SUFFIX: - make sure it is actually used - add a test for it (and one combined with other options) DTL_PATH: - handle correctly with or without trailing / - don't hard-code the `doc_root` opt - the erlydtl default is better
2016-04-03Add possibility to specify custom ErlyDTL optionsKrzysztof Jurewicz
2015-12-24Simplify cleaning in the test suiteLoïc Hoguin
Not only simpler but also faster, especially on Windows.
2015-12-15Make some rm -rf commands saferLoïc Hoguin
This way if for some unknown reason $(APP_TO_CLEAN) isn't defined, we don't delete the entire world.
2015-10-12Add test for and fix DTL_FULL_PATHLoïc Hoguin
2015-10-12Cleanup ErlyDTL testLoïc Hoguin
2015-10-11Ensure that modules generated from erlydtl are listed in .app filebullno1