Files
clang-p2996/lldb/test/functionalities/thread/step_out/Makefile
Daniel Malea 7987088a8a Add tests for 'thread step out' for multithreaded programs
- test with python API
- test with command interpreter
- test stepping a single (selected) thread
- test stepping all threads in the program

llvm-svn: 186446
2013-07-16 19:41:37 +00:00

8 lines
131 B
Makefile

LEVEL = ../../../make
CXX_SOURCES := main.cpp
LD_EXTRAS := -lpthread
CFLAGS_EXTRAS += -std=c++11
include $(LEVEL)/Makefile.rules