summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-02-19 16:17:01 +0100
committerLinus Nordberg <linus@nordberg.se>2015-02-19 16:17:01 +0100
commit7cbbfa7c7e0fba134838c5c9c58d2d3174232882 (patch)
tree69e88887845cda8c8a0f2791246abb2746693a3c /Makefile
parentf40d4a258f926614eb49492e1cc905f5f14f7509 (diff)
Make unit tests work again.
Makefile target 'check' runs them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2650806..9f50bd9 100644
--- a/Makefile
+++ b/Makefile
@@ -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