diff options
author | LCID Fire <lcid-fire@gmx.net> | 2012-05-28 14:07:52 +0200 |
---|---|---|
committer | LCID Fire <lcid-fire@gmx.net> | 2012-05-28 14:07:52 +0200 |
commit | 678832aaedf0e562959e9880085012b1b673385f (patch) | |
tree | fb0e93e33df0afda9577560c7b02fd01379d37be | |
parent | a2b42ed8c959aeb15e4225d877f6ccaaedf7df48 (diff) |
Add C file to test, to be sure that the correct linker is used.
-rw-r--r-- | tests/scons/SConstruct | 2 | ||||
-rw-r--r-- | tests/scons/other.c | 0 |
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 |