diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-02-07 07:38:12 -0600 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-02-07 07:39:04 -0600 |
| commit | a2cdd64c6f915d969dfa21e23049ff4b3836b13d (patch) | |
| tree | cfb335e21f99cd584d4821991d526d56cc431d00 /test/all | |
| parent | 546a50cb8bb80775c71e7469f2a2891ac1fa1b24 (diff) | |
| download | cachepc-a2cdd64c6f915d969dfa21e23049ff4b3836b13d.tar.gz cachepc-a2cdd64c6f915d969dfa21e23049ff4b3836b13d.zip | |
Add combined testcase based on exit codes
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 |
