SConscript 405 B

1234567891011121314151617
  1. double_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. ]
  17. Return('double_conversion_test_sources')