X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Ftests%2Ftest.commands;h=4f10c05b34bdca7f60e2688cc56a103d3ed6d104;hp=58079a80cae841fe2c2e3a2ee8ba2f367db9aab1;hb=f2f4ddfdf1b569af4578bda527d5329f6ccffa98;hpb=6560c043b039251e21a79bebea48e11053c88948 diff --git a/source/tests/test.commands b/source/tests/test.commands index 58079a8..4f10c05 100644 --- a/source/tests/test.commands +++ b/source/tests/test.commands @@ -1,2 +1,2 @@ - $(CPP) $(CPPFLAGS) -pthread -I. contacteditor/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