| Index: SConstruct
|
| ===================================================================
|
| --- SConstruct (revision 3633)
|
| +++ SConstruct (working copy)
|
| @@ -364,7 +364,9 @@
|
| # ----------------------------------------------------------
|
| # Convenient testing aliases
|
| # NOTE: work around for scons non-determinism in the following two lines
|
| -Alias('small_tests', [])
|
| +Alias('sel_ldr_sled_tests', [])
|
| +
|
| +Alias('small_tests', [ 'sel_ldr_sled_tests' ])
|
| Alias('medium_tests', [])
|
| Alias('large_tests', [])
|
| Alias('browser_tests', [])
|
| @@ -1581,6 +1583,7 @@
|
| nacl_env.Append(
|
| BUILD_SCONSCRIPTS = [
|
| #### ALPHABETICALLY SORTED ####
|
| + 'src/trusted/service_runtime/nacl.scons',
|
| 'tests/app_lib/nacl.scons',
|
| 'tests/autoloader/nacl.scons',
|
| 'tests/barebones/nacl.scons',
|
|
|