Files
clang-p2996/lldb/test/process_launch/Makefile
Johnny Chen 90eb2cbaee Add a test case to exercise the process launch flag of '-w <path>' which sets the
current working directory when running the inferior.  Radar filed:

    # rdar://problem/9056462
    # The process launch flag '-w' for setting the current working directory not working?

llvm-svn: 126529
2011-02-25 23:15:09 +00:00

8 lines
105 B
Makefile

LEVEL = ../make
CXX_SOURCES := main.cpp
#CXX_SOURCES := print-cwd.cpp
include $(LEVEL)/Makefile.rules