:: commit 4ac886b2f7fcd02943bbabbcd29d7113672075b1

mintsuki <mintsuki@protonmail.com> — 2020-09-04 00:01

parents: ba7ed52f6a

Add limine-install as a dependency to test targets

diff --git a/Makefile b/Makefile
index 5528fa63..0eb741ee 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ else ifeq ($(OS), FreeBSD)
 	sudo mdconfig -d -u md9
 endif
 
-echfs-test: test.img all
+echfs-test: limine-install test.img all
 	$(MAKE) -C test
 	echfs-utils -m -p0 test.img quick-format 32768
 	echfs-utils -m -p0 test.img import test/test.elf boot/test.elf
@@ -34,7 +34,7 @@ echfs-test: test.img all
 	./limine-install src/limine.bin test.img
 	qemu-system-x86_64 -hda test.img -debugcon stdio -enable-kvm
 
-ext2-test: test.img all
+ext2-test: limine-install test.img all
 	$(MAKE) -C test
 	rm -rf test_image/
 	mkdir test_image
@@ -52,7 +52,7 @@ ext2-test: test.img all
 	./limine-install src/limine.bin test.img
 	qemu-system-x86_64 -hda test.img -debugcon stdio
 
-fat32-test: test.img all
+fat32-test: limine-install test.img all
 	$(MAKE) -C test
 	rm -rf test_image/
 	mkdir test_image
tab: 248 wrap: offon