From 9e023de20265fc4211f3b34d45c5dfc9f526de3f Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 1 Dec 2016 21:31:46 +0000 Subject: scripts: Provide bin2png.sh helper Identify the size and format from the test output filename, and pass to raw2rgbpnm for conversion to a PNM file. From there we can convert easily to a PNG output file. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 8c452f4..6586b29 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,4 +1,4 @@ -SCRIPTS=logger.sh vsp-lib.sh +SCRIPTS=$(wildcard *.sh) all: -- cgit v1.2.3