summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton>1998-06-18 18:04:46 (GMT)
committerstanton <stanton>1998-06-18 18:04:46 (GMT)
commitc470e0206e370e1c396deff09951ee7dcd7dce41 (patch)
tree5a5570211b3984c9b44b9819fa9694e129a39b39 /unix
parent05bffc244ad4ee71398a0af1a295047a432e399b (diff)
downloadtcl-c470e0206e370e1c396deff09951ee7dcd7dce41.zip
tcl-c470e0206e370e1c396deff09951ee7dcd7dce41.tar.gz
tcl-c470e0206e370e1c396deff09951ee7dcd7dce41.tar.bz2
added SHLIB_PATH to test targets
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