forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVTables.C
More file actions
14 lines (13 loc) · 717 Bytes
/
Copy pathVTables.C
File metadata and controls
14 lines (13 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// RUN: rm -rf %t.dir && mkdir -p %t.dir
// RUN: %mkdir "%t.dir/Rel/Path" || true
// RUN: %rm "CompGen.h.pch" && %rm "%t.dir/Rel/Path/Relative.pch"
// RUN: clang -x c++-header -fexceptions -fcxx-exceptions -std=%std_cxx -pthread %S/Inputs/CompGen.h -o CompGen.h.pch
// RUN: clang -x c++-header -fexceptions -fcxx-exceptions -std=%std_cxx -pthread %S/Inputs/CompGen.h -o %t.dir/Rel/Path/Relative.pch
// RUN: cat %s | %cling -I%p -Xclang -include-pch -Xclang CompGen.h.pch 2>&1 | FileCheck %s
// RUN: cat %s | %cling -I%p -I%t.dir/Rel/Path -include-pch Relative.pch 2>&1 | FileCheck %s
//.storeState "a"
.x TriggerCompGen.h
.x TriggerCompGen.h
// CHECK: I was executed
// CHECK: I was executed
//.compareState "a"