From 3e15a7a147e95fa99aab95aa9541ab46ba96b2a2 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Sun, 1 Sep 2019 13:36:44 +0000 Subject: [lldb][NFC] Fix failing tests after restructuring test folder Just adjusts all the relative paths in the Makefiles (and the breakpoint test which seems to rely on the name of its folder). llvm-svn: 370611 --- lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/commands/frame/var') diff --git a/lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile b/lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile index 50d4ab65a6e..6067ee45e98 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../make +LEVEL = ../../../make C_SOURCES := main.c CFLAGS_EXTRAS += -std=c99 -- cgit v1.2.3