From 6a6baf3e9cc698146b2f2fc5049fe2ef93faef08 Mon Sep 17 00:00:00 2001 From: "mjudge%netscape.com" Date: Thu, 12 Nov 1998 20:07:28 +0000 Subject: [PATCH] adding the test_com_auto_ptr.exe as a new test git-svn-id: svn://10.0.0.236/trunk@14518 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/makefile.win | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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