[Lldb-commits] [lldb] r228925 - Re-add makefiles of inline tests

Pavel Labath labath at google.com
Thu Feb 12 06:43:35 PST 2015


Author: labath
Date: Thu Feb 12 08:43:35 2015
New Revision: 228925

URL: http://llvm.org/viewvc/llvm-project?rev=228925&view=rev
Log:
Re-add makefiles of inline tests

Added:
    lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile
    lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile
    lldb/trunk/test/lang/c/struct_types/Makefile

Added: lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile?rev=228925&view=auto
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile (added)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile Thu Feb 12 08:43:35 2015
@@ -0,0 +1,4 @@
+LEVEL = ../../../../../make
+CXX_SOURCES := main.cpp
+CXXFLAGS += -std=c++11
+include $(LEVEL)/Makefile.rules

Added: lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile?rev=228925&view=auto
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile (added)
+++ lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile Thu Feb 12 08:43:35 2015
@@ -0,0 +1,4 @@
+LEVEL = ../../../make
+CXX_SOURCES := main.cpp
+CXXFLAGS += -std=c++11
+include $(LEVEL)/Makefile.rules

Added: lldb/trunk/test/lang/c/struct_types/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/struct_types/Makefile?rev=228925&view=auto
==============================================================================
--- lldb/trunk/test/lang/c/struct_types/Makefile (added)
+++ lldb/trunk/test/lang/c/struct_types/Makefile Thu Feb 12 08:43:35 2015
@@ -0,0 +1,3 @@
+LEVEL = ../../../make
+C_SOURCES := main.c
+include $(LEVEL)/Makefile.rules





More information about the lldb-commits mailing list