Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
fbc266f0
"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "0498660ea575bfeb4b3b0879fa6aa6904d1df373"
Commit
fbc266f0
authored
May 22, 2010
by
vladlosev
Browse files
Corrects test binary paths in the CMake build script.
parent
1097b54d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmake/internal_utils.cmake
cmake/internal_utils.cmake
+2
-2
No files found.
cmake/internal_utils.cmake
View file @
fbc266f0
...
@@ -184,7 +184,7 @@ function(py_test name)
...
@@ -184,7 +184,7 @@ function(py_test name)
# only at ctest runtime (by calling ctest -c <Configuration>), so
# only at ctest runtime (by calling ctest -c <Configuration>), so
# we have to escape $ to delay variable substitution here.
# we have to escape $ to delay variable substitution here.
add_test
(
${
name
}
add_test
(
${
name
}
${
PYTHON_EXECUTABLE
}
${
CMAKE_SOURCE_DIR
}
/test/
${
name
}
.py
${
PYTHON_EXECUTABLE
}
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/test/
${
name
}
.py
--build_dir=
${
CMAKE_BINARY_DIR
}
/\
${
CTEST_CONFIGURATION_TYPE
}
)
--build_dir=
${
CMAKE_
CURRENT_
BINARY_DIR
}
/\
${
CTEST_CONFIGURATION_TYPE
}
)
endif
()
endif
()
endfunction
()
endfunction
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment