Add limine-install as a dependency to test targets
This commit is contained in:
parent
ba7ed52f6a
commit
4ac886b2f7
6
Makefile
6
Makefile
@ -26,7 +26,7 @@ else ifeq ($(OS), FreeBSD)
|
|||||||
sudo mdconfig -d -u md9
|
sudo mdconfig -d -u md9
|
||||||
endif
|
endif
|
||||||
|
|
||||||
echfs-test: test.img all
|
echfs-test: limine-install test.img all
|
||||||
$(MAKE) -C test
|
$(MAKE) -C test
|
||||||
echfs-utils -m -p0 test.img quick-format 32768
|
echfs-utils -m -p0 test.img quick-format 32768
|
||||||
echfs-utils -m -p0 test.img import test/test.elf boot/test.elf
|
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
|
./limine-install src/limine.bin test.img
|
||||||
qemu-system-x86_64 -hda test.img -debugcon stdio -enable-kvm
|
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
|
$(MAKE) -C test
|
||||||
rm -rf test_image/
|
rm -rf test_image/
|
||||||
mkdir test_image
|
mkdir test_image
|
||||||
@ -52,7 +52,7 @@ ext2-test: test.img all
|
|||||||
./limine-install src/limine.bin test.img
|
./limine-install src/limine.bin test.img
|
||||||
qemu-system-x86_64 -hda test.img -debugcon stdio
|
qemu-system-x86_64 -hda test.img -debugcon stdio
|
||||||
|
|
||||||
fat32-test: test.img all
|
fat32-test: limine-install test.img all
|
||||||
$(MAKE) -C test
|
$(MAKE) -C test
|
||||||
rm -rf test_image/
|
rm -rf test_image/
|
||||||
mkdir test_image
|
mkdir test_image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user