summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-10-01 15:09:33 +0200
committerMagnus Ahltorp <map@kth.se>2015-10-01 15:09:33 +0200
commit260e8e31f3b65bc758e05f441361f6afd415df3e (patch)
tree0b3bf96184023303fa5befd824a74e6a0db19cfc /test
parent2933b44dd61e9e7e5be21690ddec05a2c6e21a6d (diff)
Added util:parallel_map and use it when checking entries.
Diffstat (limited to 'test')
-rwxr-xr-xtest/check.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/check.erl b/test/check.erl
index f4fdb8d..fd726e5 100755
--- a/test/check.erl
+++ b/test/check.erl
@@ -9,5 +9,5 @@
main(_) ->
ok = ht:test(),
ok = ts:test(),
- ok = tlv:test().
-
+ ok = tlv:test(),
+ ok = util:test().