Files
clang-p2996/lldb/test/set_values/Makefile
Johnny Chen 9bc867aaf5 Makefile refactoring for the test suite. Added a make directory under test,
which hosts the Makefile.rules and modified most of the Makefiles under each
test case directories to utilize Mekefile.rules.

Added a description of 'make' directory into README-TestSuite file.

llvm-svn: 111868
2010-08-23 23:56:08 +00:00

6 lines
70 B
Makefile

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