summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-03 11:59:43 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-03 11:59:43 -0600
commit1715c9d6e1aa977b407081fb3164edbf1534fb5c (patch)
tree1802d90d850164f2387098c238214641b75e86e9 /Makefile
parent0c825583fc20f1b91c56e1aaf450d6a753d24658 (diff)
downloadcachepc-1715c9d6e1aa977b407081fb3164edbf1534fb5c.tar.gz
cachepc-1715c9d6e1aa977b407081fb3164edbf1534fb5c.zip
Properly implement target gfn stepping
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4e887b1..fe4b337 100755
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ PWD := $(shell pwd)
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-targetstep test/kvm-targetstep_guest
BINS += test/kvm-pagestep test/kvm-pagestep_guest
BINS += test/qemu-pagestep
BINS += test/qemu-eviction test/qemu-eviction_guest