aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-02 16:44:09 +0000
committerChris Lattner <sabre@nondot.org>2002-08-02 16:44:09 +0000
commitcaa27e2814db36e68b4bbc1bccff85ad9d48a470 (patch)
treea5f369bcb335f3e4578ec8f763e2c7d802565c39 /test
parent4c9df7c619ba827729490757dae6dc35bb068a9f (diff)
downloadexternal_llvm-caa27e2814db36e68b4bbc1bccff85ad9d48a470.zip
external_llvm-caa27e2814db36e68b4bbc1bccff85ad9d48a470.tar.gz
external_llvm-caa27e2814db36e68b4bbc1bccff85ad9d48a470.tar.bz2
Add a note about where to put miscompilation tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CFrontend/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CFrontend/Makefile b/test/CFrontend/Makefile
index e134fc1..c70aed0 100644
--- a/test/CFrontend/Makefile
+++ b/test/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)