diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,3 +56,7 @@ tests-stop: echo "halt()." | ./rel/bin/to_erl test/nodes/storage-1/ tests: tests-prepare tests-start tests-run tests-stop + +# Unit testing. +check: all + test/check.erl |