| Index: tests/multiple_sandboxes/nacl.scons
|
| diff --git a/tests/multiple_sandboxes/nacl.scons b/tests/multiple_sandboxes/nacl.scons
|
| index aa82dee61fa5dd2e7839beeaf9248b9677f14cc7..627ab5842308ba1360ce6d2b2962d94023cca29d 100644
|
| --- a/tests/multiple_sandboxes/nacl.scons
|
| +++ b/tests/multiple_sandboxes/nacl.scons
|
| @@ -13,29 +13,9 @@ if 'TRUSTED_ENV' not in env:
|
| Return()
|
| trusted_env = env['TRUSTED_ENV']
|
|
|
| -# This duplicates the library list in src/trusted/service_runtime/build.scons.
|
| -# We would not have to do this if we could get Scons to track dependencies
|
| -# between libraries.
|
| runner = trusted_env.ComponentProgram(
|
| 'multidomain_test_host', ['multidomain_test_host.c'],
|
| - EXTRA_LIBS=['sel',
|
| - 'sel_debug_dummy',
|
| - 'manifest_proxy',
|
| - 'simple_service',
|
| - 'thread_interface',
|
| - 'gio_wrapped_desc',
|
| - 'nonnacl_srpc',
|
| - 'nrd_xfer',
|
| - 'nacl_perf_counter',
|
| - 'nacl_base',
|
| - 'imc',
|
| - 'container',
|
| - 'nacl_fault_inject',
|
| - 'nacl_interval',
|
| - 'platform',
|
| - 'platform_qual_lib',
|
| - 'gio',
|
| - ])
|
| + EXTRA_LIBS=['sel', 'sel_debug_dummy'])
|
|
|
| test_prog = env.ComponentProgram(
|
| 'multidomain_test_guest', ['multidomain_test_guest.c'],
|
|
|