1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2026-01-12 09:58:43 +00:00

Updates for resize tests

This commit is contained in:
alpine9000
2016-03-12 13:20:31 +11:00
parent 34a592840b
commit 86a245c059
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,6 @@
SUBDIRS=tools/makeadf \
tools/imagecon\
tools/resize\
000.trackdisk\
001.simple_image\
002.sprite_display\
@ -46,6 +47,12 @@ test:
@echo ""
@echo ""
@echo ""
@echo "Testing tools/resize..."
@echo "-------------------------"
make -C tools/resize test
@echo ""
@echo ""
@echo ""
$(SUBDIRS):
@echo ""

View File

@ -39,8 +39,8 @@ $(RESIZED_LACED): $(TEST_IMAGE) $(PROGRAM) Makefile
$(PROGRAM) --width=320 --height=512 --interlaced --blur=0.75 --input=$(TEST_IMAGE) --output=$(RESIZED_LACED)
test: $(RESIZED_IMAGE) $(RESIZED_LACED)
diff $(RESIZED_IMAGE) $(REFERENCE_IMAGE);
diff $(RESIZED_LACED) $(REFERENCE_LACED);
diff $(RESIZED_IMAGE) $(REFERENCE_IMAGE)
diff $(RESIZED_LACED) $(REFERENCE_LACED)
@echo "______ ___ _____ _____ ___________ "
@echo "| ___ \/ _ \ / ___/ ___| ___| _ \ "
@echo "| |_/ / /_\ \\\\\ \`--.\ \`--.| |__ | | | | "