aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2013-05-10internal rename completion of all relcool to relx callsEric
2013-04-30fix a bug in the makefile where dialyzer was not being called on testEric B Merritt
2013-04-08remove dialyzer and test from all since we run travis on PRsTristan Sloughter
2013-04-08Don't run dialyzer on R14 and belowEric B Merritt
Its too slow and the build fails on travis
2013-04-05Revert "Hopefully force dialyzer to produce output"Eric B Merritt
This reverts commit 4e4c4077de18f7374ea72ff518fbb6dbb271ea3c.
2013-04-05Hopefully force dialyzer to produce outputEric B Merritt
2013-04-05support both R14 'behaviours' and R15+ 'callback info'Eric B Merritt
2013-04-05update Makefile to remove deps dir on distcleanTristan Sloughter
2013-04-03fix bug in rebuild rule of makefileEric B Merritt
2013-03-13copy start_clean boot file along with ertsTristan Sloughter
2013-02-04make all grabs deps if deps dir does not existTristan Sloughter
2013-01-24fix a bug in running ct testsEric
2013-01-04make common_test support explicitEric
The rebar support for common test is very, very buggy and it fails often without common_test failing due to how rebar integrates with common test. This patch takes the responsability for running common test from rebar and runs it directly.
2012-11-23make sure ebin is removed on cleanEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21remove docs (they have been moved to the wiki)Eric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24add escript to the rebuild command in MakefileEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24make the makefile a bit more genericEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-09-19make sure compile happens when escript is runEric
2012-09-19fully support testing of release buildsEric
2012-09-18minor formatting and cleanupEric
2012-09-18don't run escript for depsEric
2012-09-18dialyzer should run after compile but before testsEric
Dialyzer has warnings that often would allow you to fix problems before the tests are even run. In some cases, dialyzer is even faster then the tests. So it makes sense to run dialyzer before any unit or common tests in the system.
2012-09-12make sure dialyzer outputs the full path to the systemEric
2012-09-12support sphinx documentation in relcoolEric
2012-09-09full argument parsing and management capabilityEric
2012-09-04bug fixes and extentions to the project makefileEric
2012-09-02initial commit of the relcool systemEric