summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-07 13:04:27 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-07 13:04:27 (GMT)
commit5f525da0e3d4f6c50cc24a93cc792ee025939701 (patch)
tree71710f8f8985d5a0e71f490a331ba3035a1c572e /Source/kwsys/testDynamicLoader.cxx
parent61be345115b5f2c402286be7fa3e6df0c2f5f0ac (diff)
parent3d127627f8e28d97ecc44515e274b3780ae3f4b9 (diff)
downloadCMake-5f525da0e3d4f6c50cc24a93cc792ee025939701.zip
CMake-5f525da0e3d4f6c50cc24a93cc792ee025939701.tar.gz
CMake-5f525da0e3d4f6c50cc24a93cc792ee025939701.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/testDynamicLoader.cxx')
-rw-r--r--Source/kwsys/testDynamicLoader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx
index 1bff707..58adb84 100644
--- a/Source/kwsys/testDynamicLoader.cxx
+++ b/Source/kwsys/testDynamicLoader.cxx
@@ -108,7 +108,7 @@ int testDynamicLoader(int argc, char *argv[])
// Make sure that inexistent lib is giving correct result
res += TestDynamicLoader("azerty_", "foo_bar",0,0,0);
// Make sure that random binary file cannot be assimilated as dylib
- res += TestDynamicLoader(TEST_SYSTEMTOOLS_BIN_FILE, "wp",0,0,0);
+ res += TestDynamicLoader(TEST_SYSTEMTOOLS_SOURCE_DIR "/testSystemTools.bin", "wp",0,0,0);
#endif
#ifdef __linux__