aboutsummaryrefslogtreecommitdiff
path: root/test/cctest/SConscript
blob: d490980744c15fc34434ed6bd93dacbe45ade1d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
double_conversion_test_sources = [
    'cctest.cc',
    'gay-fixed.cc',
    'gay-precision.cc',
    'gay-shortest.cc',
    'gay-shortest-single.cc',
    'test-bignum.cc',
    'test-bignum-dtoa.cc',
    'test-conversions.cc',
    'test-diy-fp.cc',
    'test-dtoa.cc',
    'test-fast-dtoa.cc',
    'test-fixed-dtoa.cc',
    'test-ieee.cc',
    'test-strtod.cc',
  ]
Return('double_conversion_test_sources')