pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coreclr-git: Set LD_LIBRARY_PATH for one test with shared libs
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Feb 25 01:17:45 2016 +0100
Changeset: 408f69dfbce4144aff0fb4772f4d5ddb5adb8c57
Modified Files:
coreclr-git/Makefile
Log Message:
coreclr-git: Set LD_LIBRARY_PATH for one test with shared libs
With this test the default test gives:
Finished running PAL tests.
PAL Test Results:
Passed: 804
Failed: 0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=408f69dfbce4144aff0fb4772f4d5ddb5adb8c57
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coreclr-git/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index f135fd0..4476cbd 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -41,6 +41,8 @@ _WRAP_EXTRA_ARGS.CXX+= -Wno-unused-function -Wno-self-assign
CWRAPPERS_APPEND.cxx+= -Wno-unused-function -Wno-self-assign
.endif
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/bin/obj/${OPSYS}.x64.Debug/src/pal/tests/palsuite/exception_handling/pal_sxs/test1
+
do-configure:
${RUN} ${ECHO} Skip configure and call CMake via build.sh
Home |
Main Index |
Thread Index |
Old Index