| Index: sandbox/sandbox.scons
|
| ===================================================================
|
| --- sandbox/sandbox.scons (revision 4752)
|
| +++ sandbox/sandbox.scons (working copy)
|
| @@ -8,11 +8,10 @@
|
|
|
| Import('env')
|
|
|
| -env = env.Clone(
|
| - #TESTS_DIR = '../tests',
|
| - #INTEGRATION_TESTS_DIR = '$TESTS_DIR/integration_tests',
|
| - #UNIT_TESTS_DIR = '$TESTS_DIR/unit_tests',
|
| - #VALIDATION_TESTS_DIR = '$TESTS_DIR/validation_tests',
|
| +# Arrange for Hammer to add all programs to the 'sandbox' Alias.
|
| +env.Append(
|
| + COMPONENT_PROGRAM_GROUPS = ['sandbox'],
|
| + COMPONENT_TEST_PROGRAM_GROUPS = ['sandbox'],
|
| )
|
|
|
| sconscript_files = [
|
|
|