aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_escript.mk
AgeCommit message (Collapse)Author
2018-05-14Don't list test cases manually anymoreLoïc Hoguin
2016-12-19plugins/escript.mk: Remove $(ESCRIPT_FILE) in distclean-escriptJean-Sébastien Pédron
... not $(ESCRIPT_NAME), which can be set to another value. While here, add a testcase for `make distclean`.
2016-10-30Greatly improve the escript supportLoïc Hoguin
The plugin can now easily generate escripts as complex as relx or rebar/rebar3. It generates a proper structure and allows embedding extra files by extending the escript-zip target. Documentation and tests have been added.