cppcheck: always build these tests now

This commit is contained in:
Caolán McNamara 2010-12-20 14:44:56 +00:00
parent 0b9ad2ddff
commit 3d91eca0d2
3 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,4 @@
sm starmath : l10n svx NULL
sm starmath : l10n svx dtrans NULL
sm starmath usr1 - all sm_mkout NULL
sm starmath\inc nmake - all sm_inc NULL
sm starmath\prj get - all sm_prj NULL
@ -6,4 +6,5 @@ sm starmath\res get - all sm_res NULL
sm starmath\sdi nmake - all sm_sdi NULL
sm starmath\source nmake - all sm_sorce sm_sdi sm_inc NULL
sm starmath\util nmake - all sm_util sm_sorce NULL
sm starmath\qa\unoapi nmake - all sm_qa_unoapi NULL
sm starmath\qa\unoapi nmake - all sm_qa_unoapi NULL
sm starmath\qa\cppunit nmake - all sm_qa_cppunit sm_util NULL

View file

@ -115,7 +115,14 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE : $(MISC)/$(TARGET)/udkapi.rdb makefil
-c $(DLLPRE)tk$(DLLPOSTFIX)$(DLLPOST) \
-c $(DLLPRE)sfx$(DLLPOSTFIX)$(DLLPOST) \
-c $(DLLPRE)vcl$(DLLPOSTFIX)$(DLLPOST) \
-c $(DLLPRE)mcnttype$(DLLPOST) \
-c i18npool.uno$(DLLPOST)
.IF "$(OS)" == "WNT"
$(REGCOMP) -register -br $(MISC)/$(TARGET)/udkapi.rdb -r $@ -wop \
-c $(DLLPRE)sysdtrans$(DLLPOST) \
-c $(DLLPRE)ftransl$(DLLPOST)
.ENDIF
#Tweak things so that we use the .res files in the solver
STAR_RESOURCEPATH:=$(PWD)/$(BIN)$(PATH_SEPERATOR)$(SOLARBINDIR)

View file

@ -135,7 +135,6 @@ void Test::tearDown()
Test::~Test()
{
uno::Reference< lang::XComponent >(m_xContext, uno::UNO_QUERY_THROW)->dispose();
}
void Test::tmEditMarker()