xref: /aosp_15_r20/external/double-conversion/test/cctest/SConscript (revision a6021da3bd53a1cb979b0905bbb837249345d1b1)
1double_conversion_test_sources = [
2    'cctest.cc',
3    'gay-fixed.cc',
4    'gay-precision.cc',
5    'gay-shortest.cc',
6    'gay-shortest-single.cc',
7    'test-bignum.cc',
8    'test-bignum-dtoa.cc',
9    'test-conversions.cc',
10    'test-diy-fp.cc',
11    'test-dtoa.cc',
12    'test-fast-dtoa.cc',
13    'test-fixed-dtoa.cc',
14    'test-ieee.cc',
15    'test-strtod.cc',
16  ]
17Return('double_conversion_test_sources')
18