mbox series

[v2,0/2] Adapt and extend tst-efgcvt

Message ID 20181101193412.3073-1-gabriel@inconstante.eti.br
Headers show
Series Adapt and extend tst-efgcvt | expand

Message

Gabriel F. T. Gomes Nov. 1, 2018, 7:34 p.m. UTC
Added a new patch to the set, adapting the test case to the new testing
framework.

Gabriel F. T. Gomes (2):
  Convert tst-efgcvt to the new test framework
  Add tests for the long double version of ecvt and fcvt

 misc/Makefile                                |   5 +-
 misc/tst-dbl-efgcvt.c                        |  28 ++++++
 misc/{tst-efgcvt.c => tst-efgcvt-template.c} | 135 ++++++++++++++-------------
 misc/tst-ldbl-efgcvt.c                       |  29 ++++++
 4 files changed, 128 insertions(+), 69 deletions(-)
 create mode 100644 misc/tst-dbl-efgcvt.c
 rename misc/{tst-efgcvt.c => tst-efgcvt-template.c} (57%)
 create mode 100644 misc/tst-ldbl-efgcvt.c