X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2FMakefile.in;h=fb2f7632643e5f799fab29a920dbd0986c25f8d3;hb=1dfba943d4538ae499bf74edefa4634a9aa4ad0c;hp=6796431cf70a352fd27b440bcbccfe50b998a2b4;hpb=0a572071e9c08cfaa3e5d4f1beec9241d03d36a0;p=xestiaab%2F.git diff --git a/source/tests/Makefile.in b/source/tests/Makefile.in index 6796431..fb2f763 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -10,12 +10,17 @@ XABTEST_OUT=xestiaab_test TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest.o \ ../convert-unittest.o \ ../common/textprocessing-unittest.o \ + ../common/dirs-unittest.o \ + ../common/filename-unittest.o \ + ../common/mime-unittest.o \ + ../common/svrblist-unittest.o \ + ../common/textprocessing-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \ ../vcard/vcard-unittest.o \ xestiaab_test.o) - + default: testobjs @GTEST@