forked from OSchip/llvm-project
Added a default build phase at the beginning of test_load_unload() test case.
llvm-svn: 113039
This commit is contained in:
parent
18ca8bf850
commit
070ebd93d2
|
@ -13,6 +13,10 @@ class LoadUnloadTestCase(TestBase):
|
|||
|
||||
def test_load_unload(self):
|
||||
"""Test breakpoint by name works correctly with dlopen'ing."""
|
||||
|
||||
# Invoke the default build rule.
|
||||
self.buildDefault()
|
||||
|
||||
exe = os.path.join(os.getcwd(), "a.out")
|
||||
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
|
||||
|
||||
|
|
Loading…
Reference in New Issue