diff options
| author | Magnus Ahltorp <map@kth.se> | 2015-10-01 15:09:33 +0200 |
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2015-10-01 15:09:33 +0200 |
| commit | 260e8e31f3b65bc758e05f441361f6afd415df3e (patch) | |
| tree | 0b3bf96184023303fa5befd824a74e6a0db19cfc /test | |
| parent | 2933b44dd61e9e7e5be21690ddec05a2c6e21a6d (diff) | |
Added util:parallel_map and use it when checking entries.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/check.erl | 4 |
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(). |
