summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-11-09 17:57:37 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-11-09 17:57:37 +0000
commit27eb0bf2816d615b8ebeb7a57afbc16c2f007f4a (patch)
treeff96d81a821385eff68de106d6bea0a921022729
parent22c3f3028dc930bf00d13cff8faa76d0cf3f5b6c (diff)
downloadbcm5719-llvm-27eb0bf2816d615b8ebeb7a57afbc16c2f007f4a.tar.gz
bcm5719-llvm-27eb0bf2816d615b8ebeb7a57afbc16c2f007f4a.zip
Move the persistent_variables directory under expression_command directory.
llvm-svn: 118591
-rw-r--r--lldb/test/expression_command/persistent_variables/Makefile (renamed from lldb/test/persistent_variables/Makefile)2
-rw-r--r--lldb/test/expression_command/persistent_variables/TestPersistentVariables.py (renamed from lldb/test/persistent_variables/TestPersistentVariables.py)2
-rw-r--r--lldb/test/expression_command/persistent_variables/main.c (renamed from lldb/test/persistent_variables/main.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/persistent_variables/Makefile b/lldb/test/expression_command/persistent_variables/Makefile
index d6cd0db0506..0d70f259501 100644
--- a/lldb/test/persistent_variables/Makefile
+++ b/lldb/test/expression_command/persistent_variables/Makefile
@@ -1,4 +1,4 @@
-LEVEL = ../make
+LEVEL = ../../make
C_SOURCES := main.c
diff --git a/lldb/test/persistent_variables/TestPersistentVariables.py b/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
index 62fcae6c2ba..b1ff042f2d2 100644
--- a/lldb/test/persistent_variables/TestPersistentVariables.py
+++ b/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
@@ -9,7 +9,7 @@ from lldbtest import *
class PersistentVariablesTestCase(TestBase):
- mydir = "persistent_variables"
+ mydir = os.path.join("expression_command", "persistent_variables")
def test_persistent_variables(self):
"""Test that lldb persistent variables works correctly."""
diff --git a/lldb/test/persistent_variables/main.c b/lldb/test/expression_command/persistent_variables/main.c
index 343eac7e554..343eac7e554 100644
--- a/lldb/test/persistent_variables/main.c
+++ b/lldb/test/expression_command/persistent_variables/main.c
OpenPOWER on IntegriCloud