From: Steve Reinhardt Date: Thu, 17 Aug 2006 08:04:28 +0000 (-0400) Subject: SConstruct: X-Git-Tag: m5_2.0_beta1~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a071f3cb06fbb86c63a4a3d87f35f4a0d1861f9;p=gem5.git SConstruct: rename build/*/test dir to build/*/tests for consistency SConstruct: rename build/*/test dir to build/*/tests for consistency --HG-- extra : convert_revision : 6af3cf6b2d6582b2c4d2bc9211e44767e0fa494f --- diff --git a/SConstruct b/SConstruct index fd912fc03..da120c985 100644 --- a/SConstruct +++ b/SConstruct @@ -498,7 +498,7 @@ for build_path in build_paths: # Set up the regression tests for each build. for e in envList: SConscript('tests/SConscript', - build_dir = os.path.join(build_path, 'test', e.Label), + build_dir = os.path.join(build_path, 'tests', e.Label), exports = { 'env' : e }, duplicate = False) Help(help_text)