Skip to content
Snippets Groups Projects
Commit fa8c763a authored by pompolic's avatar pompolic
Browse files

Execute tests for should_fail directory

parent 1e3d951d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment