Added fix for TeX includes with same name as subdirs.
[scons.git] / test / HeaderInstall.py
index cccf4d6b737563eae520b1f346679468a6311acc..071a0f43ff9bed28b280de6ffdaa3b70993002f0 100644 (file)
@@ -64,7 +64,9 @@ test.write(['work1', 'dist', 'h3.h'], """\
 int foo = 3;
 """)
 
-test.run(chdir = 'work1', arguments = ".")
+test.run(chdir='work1', arguments=".",
+         stderr=TestSCons.noisy_ar,
+         match=TestSCons.match_re_dotall)
 
 test.up_to_date(chdir = 'work1', arguments = ".")
 
@@ -112,3 +114,9 @@ test.must_match(['work2', 'build', 'in3.h'], src_in3_h)
 test.up_to_date(chdir = 'work2', arguments = 'build')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: