summaryrefslogtreecommitdiff
path: root/test/check.erl
blob: fd726e5378b79a6ba7451a5342dbf67af45e65bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/env escript
%% -*- erlang -*- mode
%%! -pa ebin -pa ../lager/ebin -pa ../lager/deps/goldrush/ebin -pa ../mochiweb/ebin -config test/check.config

%% To enable logging, pass `-s lager' by adding it to the line above.
%% Tweak the amount of logging by changing `lager_console_backend' in
%% check.config.

main(_) ->
    ok = ht:test(),
    ok = ts:test(),
    ok = tlv:test(),
    ok = util:test().