libx52/tests
nirenjan 1188bea444 Use TAP for tests
Prior to this change, the tests were using the automake simple test
harness. The limitation was that for each set of test cases (e.g.
timezone tests), even if one test failed, it would report every test in
that set as failed. Migrating to TAP allows fine-grained reporting on
every single test case, and allows better investigation into checking
which individual tests failed.

This change also updates the timezone tests to explicitly mark the ones
that check when the timezone is Pacific Daylight Time as expected to
fail. It also updates the clock tests to improve the formatting of the
test case identifier.
2020-06-06 08:33:30 -07:00
..
libx52 Use TAP for tests 2020-06-06 08:33:30 -07:00
Makefile.am Use TAP for tests 2020-06-06 08:33:30 -07:00
common_infra.sh Use TAP for tests 2020-06-06 08:33:30 -07:00