Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
c1de01f2
Commit
c1de01f2
authored
Jun 08, 2018
by
Paul
Browse files
Disable randomization
parent
3529196a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/CMakeLists.txt
test/CMakeLists.txt
+1
-1
No files found.
test/CMakeLists.txt
View file @
c1de01f2
...
...
@@ -32,7 +32,7 @@ function(add_test_command NAME EXE)
add_test
(
NAME
${
NAME
}
COMMAND
${
WINE_CMD
}
cmd /c
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_
${
NAME
}
.cmd"
$<TARGET_FILE:
${
EXE
}
>
)
else
()
if
(
RTG_TEST_GDB
)
add_test
(
NAME
${
NAME
}
COMMAND
${
RTG_GDB
}
--batch --return-child-result -ex r -ex bt --args $<TARGET_FILE:
${
EXE
}
>
${
ARGN
}
)
add_test
(
NAME
${
NAME
}
COMMAND
${
RTG_GDB
}
--batch --return-child-result -ex
"set disable-randomization off"
-ex
r -ex bt --args $<TARGET_FILE:
${
EXE
}
>
${
ARGN
}
)
else
()
add_test
(
NAME
${
NAME
}
COMMAND
${
EXE
}
${
ARGN
}
)
endif
()
...
...
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