aboutsummaryrefslogtreecommitdiff
path: root/test/cctest/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'test/cctest/SConscript')
-rw-r--r--test/cctest/SConscript17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/cctest/SConscript b/test/cctest/SConscript
new file mode 100644
index 0000000..d490980
--- /dev/null
+++ b/test/cctest/SConscript
@@ -0,0 +1,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')