It seems when I restructured the test folders the functionalities/breakpoint was deleted. This just reverts this change and re-adds the tests. llvm-svn: 371512
10 lines
161 B
Makefile
10 lines
161 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
ifneq (,$(findstring icc,$(CC)))
|
|
CXXFLAGS += -debug inline-debug-info
|
|
endif
|
|
|
|
include $(LEVEL)/Makefile.rules
|