diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-01-25 16:34:49 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-01-25 16:34:49 +0100 |
| commit | 8f02a7bcb39234442039ae92dd5d3500c5b3d46d (patch) | |
| tree | b04931474cdc322879ec37e07bdaaeabefb9a6e1 /Makefile | |
| parent | 65daf1cb353f4ba5e2f08ccbce6b0d5220b0099a (diff) | |
| download | cachepc-8f02a7bcb39234442039ae92dd5d3500c5b3d46d.tar.gz cachepc-8f02a7bcb39234442039ae92dd5d3500c5b3d46d.zip | |
Replace bloated cache_ds alloc method
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ BINS = test/eviction test/kvm-eviction BINS += test/kvm-eviction-with_guest test/kvm-eviction-without_guest BINS += test/kvm-step test/kvm-step_guest BINS += test/kvm-pagestep test/kvm-pagestep_guest -#BINS += test/qemu-eviction_guest test/qemu-eviction +# BINS += test/qemu-eviction_guest test/qemu-eviction # BINS += test/qemu-aes_guest test/qemu-aes BINS += util/debug util/reset |
