lots of gutting. purposes, input, and output were unclear in many places. still broken.

This commit is contained in:
aj
2010-11-08 01:29:15 -08:00
parent 9ad8f3c826
commit d00937c3e9
13 changed files with 828 additions and 552 deletions

View File

@@ -3,6 +3,9 @@
-include_lib("eunit/include/eunit.hrl").
all() ->
eunit:test(ezic_record),
eunit:test(ezic_date),
eunit:test(ezic_zone).
eunit:test(ezic_record)
, eunit:test(ezic_date)
, eunit:test(ezic_zone)
, eunit:test(ezic_parse)
,ok.