summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-02-16 06:28:33 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-02-16 06:28:33 +0000
commit924f9a671d8a9e6156ea4519ad9f1ce36c708978 (patch)
treed74002b58dcf1c7130846e04c6b9cd0240d7d56b /llvm/test/Linker
parent59e41d046e85b54dc7d15233a235d85004c28514 (diff)
downloadbcm5719-llvm-924f9a671d8a9e6156ea4519ad9f1ce36c708978.tar.gz
bcm5719-llvm-924f9a671d8a9e6156ea4519ad9f1ce36c708978.zip
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches. llvm-svn: 150664
Diffstat (limited to 'llvm/test/Linker')
-rw-r--r--llvm/test/Linker/dg.exp3
-rw-r--r--llvm/test/Linker/lit.local.cfg1
2 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/Linker/dg.exp b/llvm/test/Linker/dg.exp
deleted file mode 100644
index f2005891a59..00000000000
--- a/llvm/test/Linker/dg.exp
+++ /dev/null
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
diff --git a/llvm/test/Linker/lit.local.cfg b/llvm/test/Linker/lit.local.cfg
new file mode 100644
index 00000000000..19eebc0ac7a
--- /dev/null
+++ b/llvm/test/Linker/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
OpenPOWER on IntegriCloud