The XmlWorkflow test needs the LD_LIBRARY_PATH to include its actual
authorkristof <Kristof.Szabados@ericsson.com>
Mon, 18 Apr 2016 11:25:18 +0000 (13:25 +0200)
committerkristof <Kristof.Szabados@ericsson.com>
Mon, 18 Apr 2016 11:25:18 +0000 (13:25 +0200)
directories to work properly.

regression_test/XML/XmlWorkflow/Makefile

index 5a94092461ea5d756606aaf8b0944705d0f9238a..b26d90c8d78062efa2dc70e9a6743e5bcccb3141 100644 (file)
@@ -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:
This page took 0.025116 seconds and 5 git commands to generate.