about summary refs log tree commit diff homepage
path: root/test/Feature/KleeStatsColumns.test
blob: 917318576b7649f5751325ba7d2c36ffc2b04723 (plain) (blame)
1
2
3
4
5
RUN: %klee-stats --print-all %S/klee-stats/missing_column %S/klee-stats/run %S/klee-stats/additional_column | FileCheck %s

CHECK: {{^}}| missing_column  |        |{{.*}}|             |{{$}}
CHECK: {{^}}|       run       |       3|{{.*}}|             |{{$}}
CHECK: {{^}}|additional_column|       3|{{.*}}|         4711|{{$}}