diff options
Diffstat (limited to 'test/Runtime/Uclibc/dg.exp')
-rw-r--r-- | test/Runtime/Uclibc/dg.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Runtime/Uclibc/dg.exp b/test/Runtime/Uclibc/dg.exp new file mode 100644 index 00000000..9c1663c3 --- /dev/null +++ b/test/Runtime/Uclibc/dg.exp @@ -0,0 +1,5 @@ +load_lib llvm.exp + +if { [klee_supports_uclibc] } { + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] +} |