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
Commit
fbc266f0
authored
May 22, 2010
by
vladlosev
Browse files
Corrects test binary paths in the CMake build script.
parent
1097b54d
Changes
1
Hide 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)
# only at ctest runtime (by calling ctest -c <Configuration>), so
# we have to escape $ to delay variable substitution here.
add_test
(
${
name
}
${
PYTHON_EXECUTABLE
}
${
CMAKE_SOURCE_DIR
}
/test/
${
name
}
.py
--build_dir=
${
CMAKE_BINARY_DIR
}
/\
${
CTEST_CONFIGURATION_TYPE
}
)
${
PYTHON_EXECUTABLE
}
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/test/
${
name
}
.py
--build_dir=
${
CMAKE_
CURRENT_
BINARY_DIR
}
/\
${
CTEST_CONFIGURATION_TYPE
}
)
endif
()
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