summaryrefslogtreecommitdiffstats
path: root/test/all
blob: 1c3abf2d998fbb2f68553dedb39b3b7efe7b1828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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