about summary refs log tree commit diff homepage
path: root/test/Feature/KleeStatsColumns.test
blob: bf09d7c9b3d20ee1ce8e1b92afc7dcb195e4fc5d (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|{{.*}}|{{$}}