summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-09 22:15:54 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-09 22:15:54 (GMT)
commit69dd8ee7e7eb71af18488a6f20c45916a2f0c0bc (patch)
treeebb8e1870a9a87ce76d024e91b866d7da6001fd4 /Source/kwsys/testDynamicLoader.cxx
parent20c680e7fce1966febae6af15d698484d6a8883b (diff)
downloadCMake-69dd8ee7e7eb71af18488a6f20c45916a2f0c0bc.zip
CMake-69dd8ee7e7eb71af18488a6f20c45916a2f0c0bc.tar.gz
CMake-69dd8ee7e7eb71af18488a6f20c45916a2f0c0bc.tar.bz2
ENH: remove test temporarily
Diffstat (limited to 'Source/kwsys/testDynamicLoader.cxx')
-rw-r--r--Source/kwsys/testDynamicLoader.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx
index 588c5fe..40e426e 100644
--- a/Source/kwsys/testDynamicLoader.cxx
+++ b/Source/kwsys/testDynamicLoader.cxx
@@ -83,10 +83,10 @@ int main(int , char *[])
res += TestDynamicLoader("libdl.so", "TestDynamicLoader",1,0,1);
#endif
// Now try on the generated library
- kwsys_stl::string libname = GetLibName("testDynload");
- res += TestDynamicLoader(libname.c_str(), "dummy",1,0,1);
- res += TestDynamicLoader(libname.c_str(), "TestDynamicLoaderFunction",1,1,1);
- res += TestDynamicLoader(libname.c_str(), "TestDynamicLoaderData",1,1,1);
+ //kwsys_stl::string libname = GetLibName("testDynload");
+ //res += TestDynamicLoader(libname.c_str(), "dummy",1,0,1);
+ //res += TestDynamicLoader(libname.c_str(), "TestDynamicLoaderFunction",1,1,1);
+ //res += TestDynamicLoader(libname.c_str(), "TestDynamicLoaderData",1,1,1);
return res;
}