#! /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().