diff options
author | jyoung5@us.ibm.com <jyoung5@us.ibm.com> | 2007-10-23 22:26:40 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-10-25 20:08:54 +0200 |
commit | c25d03f73b2c630fba5c1d1c9e772f7534b32250 (patch) | |
tree | f6d7e31c26340ff17eba66d5c9d4cc5244249919 /user/main.c | |
parent | c10ec0201b147d27c76ec573eac3b05fdbdc9bd6 (diff) |
kvm: testsuite: move all x86 specific tests to there own directory
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'user/main.c')
-rw-r--r-- | user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/main.c b/user/main.c index b34b37c0..ca7cf41b 100644 --- a/user/main.c +++ b/user/main.c @@ -17,7 +17,7 @@ #define _GNU_SOURCE #include "kvmctl.h" -#include "test/apic.h" +#include "test/x86/apic.h" #include <stdio.h> #include <unistd.h> |