From db7f494b21976897f7c57eb32d967754609119be Mon Sep 17 00:00:00 2001 From: pompolic <pompolic@special-circumstanc.es> Date: Thu, 25 Jun 2020 13:53:07 +0200 Subject: [PATCH] Revert "Execute tests for should_fail directory" This reverts commit fa8c763a8ef8d531ce5876e9e44ec11cc9390f58. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index e322784..6154e1d 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,6 @@ 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