- 25 Nov, 2014 3 commits
-
-
Jesper Louis Andersen authored
This is not like the `crypto` subsystem, where a runner is needed to keep the crypto system up and running. Rather, we can run without an application runner.
-
Jesper Louis Andersen authored
-
Jesper Louis Andersen authored
This enables the ability to call the C NIFs from Erlang.
-
- 22 Nov, 2014 1 commit
-
-
Jesper Louis Andersen authored
Negative testing means we inject faulty data into the test now and then. When this happens, we make sure the SUT will return some kind of badarg error for bad arguments. This means we should make sure things actually work out as they should. As a side-effect, this can also be used to test for memory leaks. If run for a while, it makes sure there are no leaks in the code base, and it probably also makes sure there are no ways to crash the server by any means of use of these NIFs. As such, it looks like the NIFs are fairly stable.
-
- 21 Nov, 2014 2 commits
-
-
Jesper Louis Andersen authored
-
Jesper Louis Andersen authored
-
- 18 Nov, 2014 1 commit
-
-
Jesper Louis Andersen authored
-