Files
clang-p2996/lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/Makefile
Davide Italiano 1ecd449814 [testsuite] Reintroduce test to check leaking.
It wasn't python leaking, it was lldb. Thanks to Pavel for the
explanation. Pointy-hat to me.

llvm-svn: 324919
2018-02-12 18:06:34 +00:00

6 lines
73 B
Makefile

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