diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-08-17 04:04:28 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-08-17 04:04:28 -0400 |
commit | 4a071f3cb06fbb86c63a4a3d87f35f4a0d1861f9 (patch) | |
tree | b73dd16525a3eca93b1830661d88cec8070a0415 | |
parent | 2118b2faff92f62d29a015811d15f3fd138af8a5 (diff) | |
download | gem5-4a071f3cb06fbb86c63a4a3d87f35f4a0d1861f9.tar.xz |
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
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
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) |