From 7cbbfa7c7e0fba134838c5c9c58d2d3174232882 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 19 Feb 2015 16:17:01 +0100 Subject: Make unit tests work again. Makefile target 'check' runs them. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.1