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
gaoqiong
MIGraphX
Commits
66e7013e
Commit
66e7013e
authored
Jun 08, 2018
by
Paul
Browse files
Add test with gdb variable
parent
d5f89c5f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/CMakeLists.txt
test/CMakeLists.txt
+2
-0
No files found.
test/CMakeLists.txt
View file @
66e7013e
...
@@ -7,6 +7,8 @@ find_package(Threads REQUIRED)
...
@@ -7,6 +7,8 @@ find_package(Threads REQUIRED)
add_custom_target
(
check COMMAND
${
CMAKE_CTEST_COMMAND
}
--output-on-failure -C
${
CMAKE_CFG_INTDIR
}
)
add_custom_target
(
check COMMAND
${
CMAKE_CTEST_COMMAND
}
--output-on-failure -C
${
CMAKE_CFG_INTDIR
}
)
add_custom_target
(
tests
)
add_custom_target
(
tests
)
set
(
RTG_TEST_GDB On CACHE BOOL
""
)
set
(
SKIP_TESTS
)
set
(
SKIP_TESTS
)
function
(
add_test_command NAME EXE
)
function
(
add_test_command NAME EXE
)
...
...
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