X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Ftests%2Ftest.commands;h=4f10c05b34bdca7f60e2688cc56a103d3ed6d104;hp=c962107211571a294b7a2c5d0ed4847f6349498b;hb=f2f4ddfdf1b569af4578bda527d5329f6ccffa98;hpb=d9a4aaddee29d50bbf04448a2fbef3525837a3d8 diff --git a/source/tests/test.commands b/source/tests/test.commands index c962107..4f10c05 100644 --- a/source/tests/test.commands +++ b/source/tests/test.commands @@ -1,2 +1,2 @@ - $(CPP) $(CPPFLAGS) -pthread -I. contacteditor/cdo/ContactDataObject.cpp convert.cpp common/textprocessing.cpp vcard/vcard34conv.cpp vcard/vcard34conv-v3conv.cpp vcard/vcard34conv-v4conv.cpp vcard/vcard.cpp tests/xestiaab_test.cpp -o tests/$(XAB_OUT)_test $(CPPLIBS) -lgtest - chmod 000 tests/InvalidPermissions.vcf + $(CPP) $(CPPFLAGS) $(TESTOBJS) -o $(XABTEST_OUT) $(CPPLIBS) + chmod 000 InvalidPermissions.vcf \ No newline at end of file