File: SConscript

package info (click to toggle)
moarvm 2024.09%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 43,548 kB
  • sloc: cpp: 378,682; ansic: 293,618; perl: 8,274; java: 2,682; python: 1,296; makefile: 816; sh: 292
file content (17 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (8)
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')