Skip to content

Commit

Permalink
test: Added relative difference minimum to picture comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Feb 18, 2021
1 parent e181c62 commit 8d6019e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/renders/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RCSid $Id: Makefile,v 1.31 2021/01/24 01:53:41 greg Exp $
# RCSid $Id: Makefile,v 1.32 2021/02/18 23:17:49 greg Exp $
#
# Render and primitive type testing
#
Expand All @@ -14,7 +14,7 @@ endif
RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1

# Image comparison command
IMG_CMP = radcompare -rms 0.1 -max 1.5
IMG_CMP = radcompare -rel 0.001 -rms 0.1 -max 1.5

# Default target is to test everything
all: test-xform test-oconv test-rad test-rfluxmtx test-rpiece \
Expand Down

0 comments on commit 8d6019e

Please sign in to comment.