[cfe-commits] r120553 - /cfe/trunk/test/lit.cfg

Peter Collingbourne peter at pcc.me.uk
Tue Nov 30 20:22:41 PST 2010


Author: pcc
Date: Tue Nov 30 22:22:41 2010
New Revision: 120553

URL: http://llvm.org/viewvc/llvm-project?rev=120553&view=rev
Log:
test: add .cu extension

Modified:
    cfe/trunk/test/lit.cfg

Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=120553&r1=120552&r2=120553&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Tue Nov 30 22:22:41 2010
@@ -16,7 +16,7 @@
 config.test_format = lit.formats.ShTest(execute_external)
 
 # suffixes: A list of file extensions to treat as test files.
-config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll']
+config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll']
 
 # test_source_root: The root path where tests are located.
 config.test_source_root = os.path.dirname(__file__)





More information about the cfe-commits mailing list