| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 5f2686ba8f7788db34b49715bed3689905a65640..5f679257a9d306d236ebb57e82d3fe91160847fe 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -210,7 +210,8 @@ SB_OBJS=$(patsubst %.cpp, $(SB_OBJDIR)/%.o, $(SRCS))
|
| UNITTEST_SRCS = \
|
| BitcodeMunge.cpp \
|
| IceELFSectionTest.cpp \
|
| - IceParseInstsTest.cpp
|
| + IceParseInstsTest.cpp \
|
| + IceParseTypesTest.cpp
|
|
|
| UNITTEST_OBJS = $(patsubst %.cpp, $(OBJDIR)/unittest/%.o, $(UNITTEST_SRCS))
|
| UNITTEST_LIB_OBJS = $(filter-out $(OBJDIR)/main.o,$(OBJS))
|
|
|