Re-add makefiles of inline tests

llvm-svn: 228925
This commit is contained in:
Pavel Labath 2015-02-12 14:43:35 +00:00
parent f4d1aca568
commit c2707bb883
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,4 @@
LEVEL = ../../../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
include $(LEVEL)/Makefile.rules

View File

@ -0,0 +1,4 @@
LEVEL = ../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
include $(LEVEL)/Makefile.rules

View File

@ -0,0 +1,3 @@
LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules