Index: native_client_sdk/src/build_tools/tests/set_nacl_env_test.py |
diff --git a/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py b/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py |
index f1ad4e70600142ad41e46d7ee21381f9a0bf7bde..b36cc0db46a819cbfd55dedb94cd084db75f9588 100755 |
--- a/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py |
+++ b/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py |
@@ -93,6 +93,9 @@ class TestSetNaclEnv(unittest.TestCase): |
src_dir = os.path.join(SCRIPT_DIR, 'set_nacl_env_test_archive') |
for file in glob.iglob(os.path.join(src_dir, '*')): |
shutil.copy2(file, self._temp_dir) |
+ shutil.copy2(os.path.join(SDK_ROOT_DIR, 'examples', 'hello_world_c', |
+ 'hello_world_c.c'), |
+ self._temp_dir) |
script = os.path.join(SDK_ROOT_DIR, 'build_tools', 'sdk_tools', |
'set_nacl_env.py') |