diff options
-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 |