aboutsummaryrefslogtreecommitdiff
path: root/tests/hello-world/source.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hello-world/source.mk')
-rw-r--r--tests/hello-world/source.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hello-world/source.mk b/tests/hello-world/source.mk
index 203a42e..52d642d 100644
--- a/tests/hello-world/source.mk
+++ b/tests/hello-world/source.mk
@@ -4,5 +4,5 @@ TESTS := $(TESTS) hello-world
hello-world: hello-world/init.c $(COMMON)
mkdir -p build/hello-world
$(COMPILE) hello-world/init.c build/printf.o -o build/hello-world/init
- echo build/hello-world/init | $(GEN_INITRD) hello-world/initrd
- $(QEMU) hello-world/initrd | grep 'Hello, world!'
+ echo build/hello-world/init | $(GEN_INITRD) build/hello-world/initrd
+ $(QEMU) build/hello-world/initrd | grep 'Hello, world!'