aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLCID Fire <lcid-fire@gmx.net>2012-05-28 14:07:52 +0200
committerLCID Fire <lcid-fire@gmx.net>2012-05-28 14:07:52 +0200
commit678832aaedf0e562959e9880085012b1b673385f (patch)
treefb0e93e33df0afda9577560c7b02fd01379d37be
parenta2b42ed8c959aeb15e4225d877f6ccaaedf7df48 (diff)
Add C file to test, to be sure that the correct linker is used.
-rw-r--r--tests/scons/SConstruct2
-rw-r--r--tests/scons/other.c0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/scons/SConstruct b/tests/scons/SConstruct
index c9472c55..cada43dd 100644
--- a/tests/scons/SConstruct
+++ b/tests/scons/SConstruct
@@ -1,5 +1,5 @@
env = Environment()
env.Tool('emscripten')
env.Append(CPPFLAGS='-std=c++11')
-env.Program('scons_integration', 'integration.cpp')
+env.Program('scons_integration', ['integration.cpp', 'other.c'])
diff --git a/tests/scons/other.c b/tests/scons/other.c
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/scons/other.c