Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: SConstruct

Issue 4181005: Fixes some bugs with memory setup and halt-sled allocation and... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | site_scons/site_tools/naclsdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | site_scons/site_tools/naclsdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698