Files
ezic/tests/test_master.erl
aj 188f31d543 parsing tzdata files appears to be functionally complete.
calling ezic:load("/path/to/tzdata_folder") returns a list of records without erroring-out.
The content may not be accurate; @todo create accuracy tests (idea: use system's zic/localtime/tzselect/etc.).
2010-11-03 15:06:51 -07:00

6 lines
78 B
Erlang

-module(test_master).
-export([start/0]).
start() ->
ezic_record:test().