2016-01-09 00:15:49 -05:00
|
|
|
CONTRIB_DEFS += -DPIC_CSTRING_TO_DOUBLE=emyg_atod -DPIC_DOUBLE_TO_CSTRING=emyg_dtoa
|
2016-01-08 23:34:51 -05:00
|
|
|
|
|
|
|
CONTRIB_SRCS += contrib/10.roundtrip/emyg_dtoa.c \
|
|
|
|
contrib/10.roundtrip/emyg_atod.c
|
2016-01-10 10:06:09 -05:00
|
|
|
|
|
|
|
CONTRIB_TESTS += test-roundtrip
|
|
|
|
|
|
|
|
test-roundtrip: bin/picrin
|
|
|
|
$(TEST_RUNNER) contrib/10.roundtrip/t/roundtrip.scm
|