From: Steve Brokenshire Date: Thu, 29 Dec 2016 19:47:44 +0000 (+0000) Subject: Added random.cpp to the unit testing build script. X-Git-Tag: release-0.02~53 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=a4947a631ec2c88d95e8bd30ffe57fd403bbe1fd Added random.cpp to the unit testing build script. --- diff --git a/source/tests/build.sh b/source/tests/build.sh index 8c45912..3fe9257 100755 --- a/source/tests/build.sh +++ b/source/tests/build.sh @@ -29,6 +29,7 @@ xestiacalendar_test.cpp xestiacalendar_testcommon.cpp xestiacalendar_populate.cp ../common/text.cpp \ ../common/uuid.cpp \ ../common/monthviewgen.cpp \ +../common/random.cpp \ ../objects/CalDAV/CalDAV.cpp \ ../objects/CalDAV/CalDAV-XMLProcessing.cpp \ -DXESTIACAL_UNITTEST -o xestiacalendar_test \