diff options
author | Steven Knight <knight@baldmt.com> | 2004-10-24 03:57:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-10-24 03:57:51 (GMT) |
commit | 8c81e0623e2b1d792c84844761373a66dbe497ab (patch) | |
tree | 23128dee9f60768a6b230b965281b3b1fb91b700 /test/strfunction.py | |
parent | dd5b36342a4bae64f8e49f12ed248b312968a9c1 (diff) | |
download | SCons-8c81e0623e2b1d792c84844761373a66dbe497ab.zip SCons-8c81e0623e2b1d792c84844761373a66dbe497ab.tar.gz SCons-8c81e0623e2b1d792c84844761373a66dbe497ab.tar.bz2 |
Refactor Action/Executor interaction. (Kevin Quick)
Diffstat (limited to 'test/strfunction.py')
-rw-r--r-- | test/strfunction.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/strfunction.py b/test/strfunction.py index 6754596..4180d21 100644 --- a/test/strfunction.py +++ b/test/strfunction.py @@ -128,6 +128,7 @@ Building dict6.out from dict6.lazystr %s cat.py dict7.list .temp %s cat.py .temp dict7.out Building dict8.out from dict8.liststr +Building dict8.out from dict8.liststr func(["func.out"], ["func.in"]) Building funcstr.out from funcstr.in %s cat.py lazy.in lazy.out @@ -135,6 +136,7 @@ Building lazystr.out from lazystr.in %s cat.py list.in .temp %s cat.py .temp list.out Building liststr.out from liststr.in +Building liststr.out from liststr.in """) % (python, python, python, python, python, python, python, python)) test.pass_test() |