Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Its too slow and the build fails on travis
|
|
This reverts commit 4e4c4077de18f7374ea72ff518fbb6dbb271ea3c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|