Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index c1c5c475a66de5d722a9dcaf5fd591ebfcc728e1..13823daaa704880ac1cc42868f62a0ff64e2fbfd 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -120,7 +120,9 @@ endif |
OBJS=$(patsubst %.cpp, $(OBJDIR)/%.o, $(SRCS)) |
UNITTEST_SRCS = \ |
- IceELFSectionTest.cpp |
+ BitcodeMunge.cpp \ |
+ IceELFSectionTest.cpp \ |
+ IceParseInstsTest.cpp |
UNITTEST_OBJS = $(patsubst %.cpp, $(OBJDIR)/unittest/%.o, $(UNITTEST_SRCS)) |
UNITTEST_LIB_OBJS = $(filter-out $(OBJDIR)/llvm2ice.o,$(OBJS)) |