[llvm-commits] CVS: llvm-test/Makefile.programs

Reid Spencer reid at x10sys.com
Thu Jun 16 00:27:31 PDT 2005



Changes in directory llvm-test:

Makefile.programs updated: 1.155 -> 1.156
---
Log message:

Correct some documentation to reflect reality.


---
Diffs of the changes:  (+1 -1)

 Makefile.programs |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.155 llvm-test/Makefile.programs:1.156
--- llvm-test/Makefile.programs:1.155	Thu May 12 18:07:00 2005
+++ llvm-test/Makefile.programs	Thu Jun 16 02:27:16 2005
@@ -29,7 +29,7 @@
 #
 # This makefile provides facilities for defining custom tests that are to be run
 # on all of the programs in the test suite.  In order to define one of these
-# tests, create a llvm-test/Makefile.TEST.<testname> file.  This file
+# tests, create a llvm-test/TEST.<testname>.Makefile file.  This file
 # should define a rule 'test.<testname>.%' which is run once for each program in
 # the suite (the % passed in is the program name).  For a simple example, see
 # Makefile.TEST.example.






More information about the llvm-commits mailing list