zoneinfo: Add a basic test.

db4
Doug Coleman 2013-04-27 13:44:59 -07:00
parent fb441ca6dc
commit c35586e347
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
! Copyright (C) 2013 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel tools.test zoneinfo ;
IN: zoneinfo.tests
{ t }
[ "PST8PDT" find-zone-rules and >boolean ] unit-test