Files
clang-p2996/lldb/test/python_api/thread/Makefile
Johnny Chen a460316d81 Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b().
Verifies that after the thread.StepOut(), we are at the correct line within function b.

llvm-svn: 127374
2011-03-09 23:45:56 +00:00

6 lines
77 B
Makefile

LEVEL = ../../make
CXX_SOURCES ?= main.cpp
include $(LEVEL)/Makefile.rules