summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-02-17 22:02:10 +0100
committerKay Sievers <kay@vrfy.org>2013-02-17 22:02:10 +0100
commit26e6b84d49b22268ce0b9c398f047b0ff42d72de (patch)
treea45a13a3c74908df570617c0c9e682fd3332deb2 /Makefile
parent8e1944fee27081c8ba2039c18983492543727252 (diff)
fix "make test"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1824e98..d507449 100644
--- a/Makefile
+++ b/Makefile
@@ -97,8 +97,8 @@ install:
tar:
git archive --format=tar --prefix=gummiboot-$(VERSION)/ $(VERSION) | xz > gummiboot-$(VERSION).tar.xz
-test-disk: gummiboot$(MACHINE_TYPE_NAME).efi test-create-disk.sh
- ./test-create-disk.sh
+test-disk: gummiboot$(MACHINE_TYPE_NAME).efi test/test-create-disk.sh
+ test/test-create-disk.sh
test: test-disk
qemu-kvm -m 256 -L /usr/lib/qemu-bios -snapshot test-disk