ccc: Test case for transparent PTH support.

llvm-svn: 64420
This commit is contained in:
Daniel Dunbar 2009-02-13 00:49:50 +00:00
parent 391fc04b02
commit 7ae70391f0
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// RUN: cp %s %t &&
// RUN: xcc -x c-header %t -o %t.pth &&
// RUN: xcc -### -S -include %t -x c /dev/null &> %t.log &&
// RUN: grep '"-token-cache" ".*/pth.c.out.tmp.pth"' %t.log
// RUN: true