[libc-tests] add timezone tests

Doing a  simplification on the timezone handling
code which lives in Zircon, it should not change
behavior but there were no tests.

Here are some token tests of the code I will be
touching on musl.

Change-Id: I66f4a98ba56835d7e5cd2bb7f17d4eaf75360069
3 files changed
tree: a41e1f2206ae45f987fb45713b536f0e7e3d57b3
  1. meta/
  2. third_party/
  3. .clang-format
  4. .gitignore
  5. AUTHORS
  6. BUILD.gn
  7. LICENSE
  8. main.cc
  9. PATENTS
  10. README.md
README.md

Fuchsia libc tests

This repo contains tools for ensuring the correctness of Fuchsia's libc implementation.