Added a default build phase at the beginning of test_load_unload() test case.

llvm-svn: 113039
This commit is contained in:
Johnny Chen 2010-09-03 23:52:15 +00:00
parent 18ca8bf850
commit 070ebd93d2
1 changed files with 4 additions and 0 deletions

View File

@ -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)