From 8a460a94c6a442e22187e8b5b3560bed34460f4b Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Mon, 13 Jan 2014 18:30:12 +0000 Subject: Remove the last remnants (I think) of DejaGNU. Goodbye! Say hello to our new friend, llvm-lit :) --- test/Runtime/POSIX/dg.exp | 5 ----- test/Runtime/Uclibc/dg.exp | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 test/Runtime/POSIX/dg.exp delete mode 100644 test/Runtime/Uclibc/dg.exp (limited to 'test/Runtime') diff --git a/test/Runtime/POSIX/dg.exp b/test/Runtime/POSIX/dg.exp deleted file mode 100644 index 88406208..00000000 --- a/test/Runtime/POSIX/dg.exp +++ /dev/null @@ -1,5 +0,0 @@ -load_lib llvm.exp - -if { [klee_supports_posix_runtime] } { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] -} diff --git a/test/Runtime/Uclibc/dg.exp b/test/Runtime/Uclibc/dg.exp deleted file mode 100644 index 9c1663c3..00000000 --- a/test/Runtime/Uclibc/dg.exp +++ /dev/null @@ -1,5 +0,0 @@ -load_lib llvm.exp - -if { [klee_supports_uclibc] } { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] -} -- cgit 1.4.1