diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-06-26 20:59:36 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-06-26 20:59:36 +0000 |
| commit | a9dd83be4b7ede10ea0aa0b87f3c83cc387d991a (patch) | |
| tree | 0c4b7553cb77d3f2db95a74ab316e70c0937d739 /lldb/test | |
| parent | 4ad8edd10fe9a37e0983680225a5a3d9ffd10f11 (diff) | |
| download | bcm5719-llvm-a9dd83be4b7ede10ea0aa0b87f3c83cc387d991a.tar.gz bcm5719-llvm-a9dd83be4b7ede10ea0aa0b87f3c83cc387d991a.zip | |
Move hello_world to now reside under python_api dir.
llvm-svn: 133890
Diffstat (limited to 'lldb/test')
| -rw-r--r-- | lldb/test/python_api/hello_world/Makefile (renamed from lldb/test/hello_world/Makefile) | 2 | ||||
| -rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py (renamed from lldb/test/hello_world/TestHelloWorld.py) | 2 | ||||
| -rw-r--r-- | lldb/test/python_api/hello_world/main.c (renamed from lldb/test/hello_world/main.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/hello_world/Makefile b/lldb/test/python_api/hello_world/Makefile index aa56b4ab535..b20956475b1 100644 --- a/lldb/test/hello_world/Makefile +++ b/lldb/test/python_api/hello_world/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../make +LEVEL = ../../make C_SOURCES := main.c EXE := hello_world diff --git a/lldb/test/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index 082fb4ded96..79e3248ed6d 100644 --- a/lldb/test/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -7,7 +7,7 @@ from lldbtest import * class HelloWorldTestCase(TestBase): - mydir = "hello_world" + mydir = os.path.join("python_api", "hello_world") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @python_api_test diff --git a/lldb/test/hello_world/main.c b/lldb/test/python_api/hello_world/main.c index dffc8c77b04..dffc8c77b04 100644 --- a/lldb/test/hello_world/main.c +++ b/lldb/test/python_api/hello_world/main.c |

