Eliminate dependency on where test is run from.

llvm-svn: 64837
This commit is contained in:
Daniel Dunbar 2009-02-17 22:47:27 +00:00
parent d57a720d57
commit abdc0f1e07
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
// RUN: clang -analyze -checker-simple -verify -I../../../include %s &&
// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify -I../../../include %s &&
// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify -I../../../include %s
// RUN: clang -analyze -checker-simple -verify %s &&
// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify %s &&
// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify %s
#include <stdlib.h>
#include <llvm/Config/config.h>
#include "../../../../include/llvm/Config/config.h"
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif