diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-04-30 01:10:43 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-04-30 01:10:43 (GMT) |
commit | f095eb14013f1f3e21dbb213b4e43694ecbf091d (patch) | |
tree | 0bf58214c693246b2d99ecb97295c90c6a1627b6 /timings | |
parent | 4d2f1e1c2b35d4908067a36cba6850371017c105 (diff) | |
download | SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.zip SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.gz SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.bz2 |
move test files from QMTest to testing/framework. QMtest hasn't been used in quite some time
Diffstat (limited to 'timings')
-rw-r--r-- | timings/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/timings/README.txt b/timings/README.txt index 3c0baff..9921208 100644 --- a/timings/README.txt +++ b/timings/README.txt @@ -5,8 +5,8 @@ This directory contains timing configurations for SCons. Each configuration exists in a subdirectory. The controlling script is named TimeSCons-run.py for the configuration. The TimeSCons-run.py scripts use TestSCons.TimeSCons, a subclass of TestSCons.TestSCons (both -defined in ../QMTest/TestSCons.py), to manage execution of the timing -runs. +defined in ../testing/framework/TestSCons.py), to manage execution of the +timing runs. Unlike the TestSCons.TestSCons base class, the TestSCons.TimeSCons subclass copies the contents of its containing directory to the temporary |