Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-14 | Create temporary directory when generating relx | Krzysztof Jurewicz | |
2017-05-25 | Cleanup the relx test suite | Loïc Hoguin | |
Avoid duplicating everything between Windows and other platforms. | |||
2017-05-25 | Update relx up to v3.23.0 | Stanislav Ovchar | |
2017-04-25 | Fix of handling relx.config release version | Krister Svanlund | |
2017-04-25 | Use $(if) instead of ifeq and add a test for RELX_TAR=0 | Loïc Hoguin | |
2016-10-28 | Make the relx tests work on FreeBSD/OSX | Loïc Hoguin | |
2016-10-28 | Add "make relup" | Loïc Hoguin | |
The initial documentation is a bit rough. It's getting late and I'd like to have this in sooner rather than later. :-) | |||
2016-10-28 | Tweak Relx tests | Loïc Hoguin | |
2016-10-28 | add tests for relx plugin | derwinlu | |
* relx-rel + check that relx gets downloaded when relx.config exists, + check structure of built release + check that _rel directory does not get delete by 'make clean' * relx-run + build a simple release, check if it starts and stops normally * relx-rel-tar + check if RELX_OPTS are respected via supplying the 'tar' target * relx-distclean-relx + check that relx executable gets deleted * relx-distclean-relx-rel + check that _rel directory gets deleted * relx-relup + check if relup generation is possible and generated relup is working add sleeps after calls to async actions of the relx boot script |