summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-01-26 04:20:17 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2016-01-26 04:20:17 (GMT)
commit601af04ff6048bc51478c166295cb55105b91803 (patch)
tree8bd9d79f292f24bf70415432efaef77bdb9a51fb /test
parentb75991844f53e4f9aeb9b0ae2909fd452aee113d (diff)
downloadSCons-601af04ff6048bc51478c166295cb55105b91803.zip
SCons-601af04ff6048bc51478c166295cb55105b91803.tar.gz
SCons-601af04ff6048bc51478c166295cb55105b91803.tar.bz2
change test to verify that the source file name is in the output. Though test will fail if it is not as compile line will miss source file name.
Diffstat (limited to 'test')
-rw-r--r--test/Batch/changed_sources_alwaysbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Batch/changed_sources_alwaysbuild.py b/test/Batch/changed_sources_alwaysbuild.py
index e726d04..4446f2d 100644
--- a/test/Batch/changed_sources_alwaysbuild.py
+++ b/test/Batch/changed_sources_alwaysbuild.py
@@ -41,6 +41,7 @@ test.run()
# makes it into CHANGED_SOURCES.
# Compile is triggered because SCons knows it needs to build it
test.run()
+test.must_contain_all_lines(test.stdout(),['changed_sources_main.cpp'])
test.pass_test()
# Local Variables: