scons: Move Transform and termcap functionality into their own files.
Change-Id: Ica08e93f3873a7eafd02fe7d44c3bdbf0ce7f6b7 Reviewed-on: https://gem5-review.googlesource.com/5565 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
@@ -50,11 +50,12 @@ import sys
|
||||
sys.path.insert(0, Dir(".").srcnode().abspath)
|
||||
import testing.tests as tests
|
||||
import testing.results as results
|
||||
from gem5_scons.util import get_termcap
|
||||
|
||||
Import('env')
|
||||
|
||||
# get the termcap from the environment
|
||||
termcap = env['TERMCAP']
|
||||
termcap = get_termcap()
|
||||
|
||||
# Dict that accumulates lists of tests by category (quick, medium, long)
|
||||
env.Tests = {}
|
||||
|
||||
Reference in New Issue
Block a user