mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
adding the test_com_auto_ptr.exe as a new test
This commit is contained in:
parent
0d7b5e0794
commit
88359ec04e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user