diff options
-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 |