Files
clang-p2996/lldb/test/functionalities/thread/create_after_attach/Makefile
Daniel Malea 692074622c Add test cases for attaching to a process after fork
- one test case is due to llvm.org/pr16229
- other test case uses a Linux workaround for above by using os.fork() instead of subprocess module

Patch by Andy Kaylor!

llvm-svn: 183340
2013-06-05 21:07:02 +00:00

5 lines
75 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules