| Index: src/trusted/service_runtime/build.scons
|
| diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
|
| index bc9e9cf9a94214d93a883587618fdb418c5ec929..a0634605093a650a05446a1f49af15d34962e18a 100644
|
| --- a/src/trusted/service_runtime/build.scons
|
| +++ b/src/trusted/service_runtime/build.scons
|
| @@ -640,7 +640,7 @@ node = env.CommandTest(
|
| env.AddNodeToTestSuite(node, ['small_tests'], 'run_nacl_resource_test')
|
|
|
| # Test nacl_signal
|
| -if env.Bit('posix'):
|
| +if env.Bit('linux'):
|
| if (not env.Bit('coverage_enabled') and
|
| not env.Bit('target_arm') and
|
| not env.Bit('target_mips32') and
|
|
|