From fa8c763a8ef8d531ce5876e9e44ec11cc9390f58 Mon Sep 17 00:00:00 2001
From: pompolic <pompolic@special-circumstanc.es>
Date: Thu, 25 Jun 2020 13:47:49 +0200
Subject: [PATCH] Execute tests for should_fail directory

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 6154e1d..e322784 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@ all: pdf
 test: pdf
 	LD_LIBRARY_PATH=$(HAMMER_LIB) sh -c \
 	'for x in t/*.pdf; do ./pdf "$$x" >/dev/null && echo OK: "$$x"; done'
+	LD_LIBRARY_PATH=$(HAMMER_LIB) sh -c \
+	'for x in t/should_fail/*.pdf; do ./pdf "$$x" >/dev/null ; done'
 	@true
 
 pdf: $(SOURCES)
-- 
GitLab