Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sylvain Joubert
KWSys
Commits
1be98ed6
Commit
1be98ed6
authored
19 years ago
by
Mathieu Malaterre
Browse files
Options
Downloads
Patches
Plain Diff
BUG: Do the proper path
parent
113a5210
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testDynamicLoader.cxx
+1
-1
1 addition, 1 deletion
testDynamicLoader.cxx
testSystemTools.h.in
+1
-1
1 addition, 1 deletion
testSystemTools.h.in
with
2 additions
and
2 deletions
testDynamicLoader.cxx
+
1
−
1
View file @
1be98ed6
...
...
@@ -51,7 +51,7 @@ kwsys_stl::string GetLibName(const char* lname)
*/
int
TestDynamicLoader
(
const
char
*
libname
,
const
char
*
symbol
,
int
r1
,
int
r2
,
int
r3
)
{
//
kwsys_ios::cerr << "Testing: " << libname << kwsys_ios::endl;
kwsys_ios
::
cerr
<<
"Testing: "
<<
libname
<<
kwsys_ios
::
endl
;
kwsys
::
LibHandle
l
=
kwsys
::
DynamicLoader
::
OpenLibrary
(
libname
);
// If result is incompatible with expectation just fails (xor):
if
(
(
r1
&&
!
l
)
||
(
!
r1
&&
l
)
)
...
...
This diff is collapsed.
Click to expand it.
testSystemTools.h.in
+
1
−
1
View file @
1be98ed6
...
...
@@ -14,7 +14,7 @@
#ifndef @KWSYS_NAMESPACE@_testSystemtools_h
#define @KWSYS_NAMESPACE@_testSystemtools_h
#define EXECUTABLE_OUTPUT_PATH "@
EXECUTABLE_OUTPUT_PATH
@"
#define EXECUTABLE_OUTPUT_PATH "@
CMAKE_CURRENT_BINARY_DIR
@"
#define TEST_SYSTEMTOOLS_BIN_FILE "@TEST_SYSTEMTOOLS_BIN_FILE@"
#define TEST_SYSTEMTOOLS_SRC_FILE "@TEST_SYSTEMTOOLS_SRC_FILE@"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment