* Makefile (TEST_HARNESS_EXTRAS): Add test-74.cs.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 18 Feb 2005 10:39:35 +0000 (10:39 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 18 Feb 2005 10:39:35 +0000 (10:39 -0000)
svn path=/trunk/mcs/; revision=40852

mcs/tests/ChangeLog
mcs/tests/Makefile

index 8d7b5cbf3150b3b777e28c38d089ffd92b7f5eda..775ecf364f580178bbad4d7b69d0cb54281e225c 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-18  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (TEST_HARNESS_EXTRAS): Add test-74.cs.
+
 2005-02-17  Marek Safar <marek.safar@seznam.cz>
 
        * test-74.cs: Fixed to work with LF & CRLF.
index b08c4db0f61da0e021b891daacf6ea84dc3b4179..8eca9cf36678ed5c375d71303460d7cc269d96a9 100644 (file)
@@ -143,7 +143,7 @@ TEST_ORDERING = \
 # Some tests may require additional files to be available in the current directory.
 # To promote interoperability, we prefer that those files not be referred to with ../ or ..\\
 # To that end, we will copy those files to the test-harness directory, so that we can refer to simple filenames.
-TEST_HARNESS_EXTRAS = $(wildcard *.inc)
+TEST_HARNESS_EXTRAS = $(wildcard *.inc) test-74.cs
 
 all-local install-local uninstall-local: