diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-08-02 16:44:09 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-08-02 16:44:09 +0000 |
| commit | 35d69af46f28bc2d9d96f22ee910430723a2e725 (patch) | |
| tree | 1b33485f3be0f1551047944cf4ab2b9dbdbf4d84 /llvm/test/Regression | |
| parent | d43023a85df17411d9688a5e0fb441b423dc72e2 (diff) | |
| download | bcm5719-llvm-35d69af46f28bc2d9d96f22ee910430723a2e725.tar.gz bcm5719-llvm-35d69af46f28bc2d9d96f22ee910430723a2e725.zip | |
Add a note about where to put miscompilation tests.
llvm-svn: 3212
Diffstat (limited to 'llvm/test/Regression')
| -rw-r--r-- | llvm/test/Regression/CFrontend/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/Regression/CFrontend/Makefile b/llvm/test/Regression/CFrontend/Makefile index e134fc1f553..c70aed021b4 100644 --- a/llvm/test/Regression/CFrontend/Makefile +++ b/llvm/test/Regression/CFrontend/Makefile @@ -1,12 +1,13 @@ -# test/Regression/CFrontend/FrontendCrash/Makefile +# test/Regression/CFrontend/Makefile # # This directory contains regression tests for the GCC C frontend for LLVM. # These tests are C source files that are input to GCC and compiled to .ll # files. After that, the files are assembled by the LLVM 'as' program to make # sure GCC emitted something valid. This is intended to catch crashers and bad -# output by GCC. +# output by GCC. Miscompilations by GCC should be caught by the +# test/Programs/SingleSource/UnitTests test suite # -LEVEL = ../../../.. +LEVEL = ../../.. include $(LEVEL)/test/Makefile.tests TESTS := $(wildcard *.c) |

