repository: /home/avi/kvm
branch: master
commit cc57dab5dd6e6f3f0dcff5effc730ec6a5155302
Author: Avi Kivity <[EMAIL PROTECTED]>
Date:   Fri Oct 26 11:44:04 2007 +0200

    kvm: testsuite: make tests compile again

diff --git a/user/config-x86-common.mak b/user/config-x86-common.mak
index c4eb034..3230311 100644
--- a/user/config-x86-common.mak
+++ b/user/config-x86-common.mak
@@ -19,7 +19,7 @@ $(TEST_DIR)/%.o: CFLAGS += -std=gnu99 -ffreestanding
 $(TEST_DIR)/bootstrap: $(TEST_DIR)/bootstrap.o
        $(CC) -nostdlib -o $@ -Wl,-T,bootstrap.lds $^
  
-$(TEST_DIR)/irq.flat: $(TEST_DIR)/test/print.o
+$(TEST_DIR)/irq.flat: $(TEST_DIR)/print.o
  
 $(TEST_DIR)/access.flat: $(cstart.o) $(TEST_DIR)/access.o \
        $(TEST_DIR)/printf.o $(TEST_DIR)/print.o $(TEST_DIR)/smp.o
diff --git a/user/config-x86_64.mak b/user/config-x86_64.mak
index 6edcdc9..eb778e2 100644
--- a/user/config-x86_64.mak
+++ b/user/config-x86_64.mak
@@ -7,6 +7,7 @@ CFLAGS += -m64
 CFLAGS += -D__x86_64__
 CFLAGS += -I $(KERNELDIR)/include
 
-tests = test/access.flat test/irq.flat test/sieve.flat test/simple.flat 
test/stringio.flat test/memtest1.flat
+tests = test/x86/access.flat test/x86/irq.flat test/x86/sieve.flat \
+      test/x86/simple.flat test/x86/stringio.flat test/x86/memtest1.flat
 
 include config-x86-common.mak

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to