summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-06-18 18:04:46 (GMT)
committerstanton <stanton@noemail.net>1998-06-18 18:04:46 (GMT)
commit060b3f80e4cd278eee293190c57dac4f401bda86 (patch)
tree5a5570211b3984c9b44b9819fa9694e129a39b39 /unix
parent0fc31946fe5bc9991c6e9e42bd2fc64228936f7e (diff)
downloadtcl-060b3f80e4cd278eee293190c57dac4f401bda86.zip
tcl-060b3f80e4cd278eee293190c57dac4f401bda86.tar.gz
tcl-060b3f80e4cd278eee293190c57dac4f401bda86.tar.bz2
added SHLIB_PATH to test targets
FossilOrigin-Name: d0e6684f345380250d064ff5c3bf1bdd3bab339b
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 6b15ff5..93f8c2b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -352,12 +352,14 @@ xttest: ${XTTEST_OBJS} ${GENERIC_OBJS} ${UNIX_OBJS} ${COMPAT_OBJS} \
test: tcltest
LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH; \
+ SHLIB_PATH=`pwd`:${SHLIB_PATH}; export SHLIB_PATH; \
TCL_LIBRARY=${TOP_DIR}/library; export TCL_LIBRARY; \
( echo cd $(TOP_DIR)/tests\; source all ) | ./tcltest
# Useful target to launch a built tcltest with the proper path,...
runtest:
LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH; \
+ SHLIB_PATH=`pwd`:${SHLIB_PATH}; export SHLIB_PATH; \
TCL_LIBRARY=${TOP_DIR}/library; export TCL_LIBRARY; \
./tcltest