diff --git a/mozilla/xpcom/tests/makefile.win b/mozilla/xpcom/tests/makefile.win index e4448871654..d5898009e8c 100644 --- a/mozilla/xpcom/tests/makefile.win +++ b/mozilla/xpcom/tests/makefile.win @@ -27,7 +27,8 @@ PROG2 = .\$(OBJDIR)\RegFactory.exe PROG3 = .\$(OBJDIR)\TestArray.exe PROG4 = .\$(OBJDIR)\TestID.exe PROG5 = .\$(OBJDIR)\TestServMgr.exe -PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4) $(PROG5) +PROG6 = .\$(OBJDIR)\test_COM_auto_ptr.exe +PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4) $(PROG5) $(PROG6) LCFLAGS=-DUSE_NSREG @@ -72,4 +73,5 @@ $(PROG2): $(OBJDIR) RegFactory.cpp $(PROG3): $(OBJDIR) TestArray.cpp $(PROG4): $(OBJDIR) TestID.cpp $(PROG5): $(OBJDIR) TestServMgr.cpp +$(PROG6): $(OBJDIR) test_COM_auto_ptr.cpp