diff options
Diffstat (limited to 'test/all')
| -rwxr-xr-x | test/all | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/all b/test/all new file mode 100755 index 0000000..1c3abf2 --- /dev/null +++ b/test/all @@ -0,0 +1,11 @@ +#!/bin/bash + +mkdir -p logs + +set -ex + +./test/eviction &> logs/eviction +./test/kvm-eviction &> logs/kvm-eviction +./test/kvm-pagestep &> logs/kvm-pagestep +./test/kvm-step &> logs/kvm-step +./test/kvm-targetstep &> logs/kvm-targetstep |
