Skip to content
Snippets Groups Projects
Commit 81a1f854 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

The XmlWorkflow test needs the LD_LIBRARY_PATH to include its actual

directories to work properly.
parent c561ef53
No related branches found
No related tags found
Loading
......@@ -33,12 +33,12 @@ distclean: distclean2
endif
# for general XML tests
all1: bin/Makefile
$(MAKE) -C bin all
run1: bin/Makefile
export LD_LIBRARY_PATH $LD_LIBRARY_PATH_ORIG:$(TOPDIR)/XML/XmlWorkflow/bin/; \
$(MAKE) -C bin run
clean1:
......@@ -53,6 +53,7 @@ all2: bin2/Makefile
$(MAKE) -C bin2 all
run2: bin2/Makefile
export LD_LIBRARY_PATH $LD_LIBRARY_PATH_ORIG:$(TOPDIR)/XML/XmlWorkflow/bin2/; \
$(MAKE) -C bin2 run
clean2:
......
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