aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
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