Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Also improves the handling of the legacy fetch method. It is now enabled only for dependencies, and not for the top-level application. This should force Erlang.mk users to update their definitions. | |||
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 | |
Renamed dep-full to fetch-git to avoid having duplicate tests. | |||
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 | |
Releases are barely usable on Windows at this point, so this will get revisited later on when I have time to improve the extended start script. Currently it requires root rights, and it doesn't have useful commands like rpcterms. | |||
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 | |
Ran into weird Rebar issues on Windows, I will probably run into those issues again later on, but this test isn't about that. | |||
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 | |
This one is for testing on Windows. It's simple enough to compile and run without having to deal with installing too many dependencies. | |||
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 | |
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 | |
Also fixes two bugs with the new "no .app.src" method. All tests now pass with both methods. We can now test specific cases with make check c=$CASE. | |||
2015-09-17 | Don't require OTP 18+ to run tests | Loïc Hoguin | |
2015-09-17 | Use rebar to confirm that generated rebar.config files work | Loïc Hoguin | |
2015-09-17 | Add initial 'make rebar.config' | Loïc Hoguin | |
This is a preliminary work, good enough to be used in some, but not all, projects. Tests cover the current functionality. Documentation has been written but will be committed at a later stage, as it covers more than just this target (the target is documented as part of a "Compatibility with other build tools" chapter). | |||
2015-09-14 | Make relx work on Windows/MSYS2 | Loïc Hoguin | |
2015-09-14 | Remove "Success!" message from test suite | Loïc Hoguin | |
2015-09-11 | Fix plugin tests under CI | Loïc Hoguin | |
Also make git commands quiet. | |||
2015-09-11 | Merge branch 'clean_erlang_mk_tmp' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2015-09-11 | Add tests for external plugins | Loïc Hoguin | |
2015-09-11 | add distclean-tmp | derwinlu | |
Removes $(ERLANG_MK_TMP) directory on distclean. * add distclean-tmp target * add core-clean-tmp test | |||
2015-09-11 | Add a test for ERLC_EXCLUDE | Loïc Hoguin | |
2015-09-11 | Delete test/erl_crash.dump on cleaning tests | 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 | Add missing phony targets in the test Makefile | Loïc Hoguin | |
2015-09-10 | Remove todos that shouldn't be there | Loïc Hoguin | |
Sigh. That's what I get for rushing before food. | |||
2015-09-10 | Add a test for the deleting of crash dumps | Loïc Hoguin | |
2015-09-10 | Remove an extraneous target dependency | Loïc Hoguin | |
2015-09-10 | Reorganize the test suite | Loïc Hoguin | |
Use one file per topic, except for "uncategorizable" tests. | |||
2015-09-09 | Alphabetical order upgrade tests | Loïc Hoguin | |
2015-09-09 | Move the test for help in its own category | Loïc Hoguin | |
2015-09-09 | Merge branch 'fix-no-erlang-app-support' of ↵ | Loïc Hoguin | |
https://github.com/rabbitmq/erlang.mk | |||
2015-09-09 | Fix CI again | Loïc Hoguin | |
2015-09-09 | Use the remote erlang.mk repository in tests | Loïc Hoguin | |
Otherwise CI won't work. | |||
2015-09-09 | erlc.mk: Fix "no Erlang application" support | Jean-Sébastien Pédron | |
2015-09-09 | Merge branch 'no-hardcoded-make-in-testsuite' of ↵ | Loïc Hoguin | |
https://github.com/rabbitmq/erlang.mk | |||
2015-09-09 | core.mk: Allow to take erlang.mk from an alternate Git repository | Jean-Sébastien Pédron | |
2015-09-09 | test/Makefile: Use $(MAKE) instead of hardcoding `make` | Jean-Sébastien Pédron | |