Added test for makeadf

This commit is contained in:
alpine9000
2016-03-03 17:32:08 +11:00
parent 3f0d6a2568
commit 499f6ee39e
5 changed files with 33 additions and 7 deletions
+11 -1
View File
@@ -13,4 +13,14 @@ bin:
mkdir bin
clean:
rm -r out bin
rm -r out bin *~
test: $(MAKEADF)
$(MAKEADF) reference/bootblock.bin > out/test.adf
diff reference/test.adf out/test.adf
@echo "______ ___ _____ _____ ___________ "
@echo "| ___ \/ _ \ / ___/ ___| ___| _ \ "
@echo "| |_/ / /_\ \\\\\ \`--.\ \`--.| |__ | | | | "
@echo "| __/| _ | \`--. \\\`--. \ __|| | | | "
@echo "| | | | | |/\__/ /\__/ / |___| |/ / "
@echo "\_| \_| |_/\____/\____/\____/|___/ "