From a4947a631ec2c88d95e8bd30ffe57fd403bbe1fd Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 29 Dec 2016 19:47:44 +0000 Subject: [PATCH] Added random.cpp to the unit testing build script. --- source/tests/build.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.2