Return-Path: X-Original-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BCEC10490 for ; Thu, 3 Oct 2013 11:52:51 +0000 (UTC) Received: (qmail 44715 invoked by uid 500); 3 Oct 2013 11:52:51 -0000 Delivered-To: apmail-incubator-celix-dev-archive@incubator.apache.org Received: (qmail 44660 invoked by uid 500); 3 Oct 2013 11:52:50 -0000 Mailing-List: contact celix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-dev@incubator.apache.org Received: (qmail 44628 invoked by uid 99); 3 Oct 2013 11:52:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 11:52:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of a.broekhuis@gmail.com designates 209.85.217.170 as permitted sender) Received: from [209.85.217.170] (HELO mail-lb0-f170.google.com) (209.85.217.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 11:52:45 +0000 Received: by mail-lb0-f170.google.com with SMTP id w7so1912569lbi.15 for ; Thu, 03 Oct 2013 04:52:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4lcOEvqS6bRiTABD92Uofu3PmJM89wBs1B2KmsVGsPE=; b=gwXj9fKq+uMuREHU6Aw8Ac89WoFUC0fkvEAfO6tYUviv+PdUTx0oAgA8EAh86dEQJM wMB5gqoub/dZPeqsk/MwiQBZ5jAO60bq8nGU5tBa3Rf7TBAIsaOz7a/dSySJoGWV/2He mL9h8EjDRHPsMbjqUs8qK2yrZwr8UqexkzHXHrMJnC94lR51bMZ+lL1QC8fCcWUJVifd hCWFDsGZM/YJTNcL8cUskYXqcYps/ZUZVTdEoXQVyuLgnjE9C6QtLzQjtNe6dw3O+z4g sihfAkmhD9+STiaEmllpjtslHNMxrihAw2tK7rdV67g90d1l5LSXlvewX0roqsZItTTr B3Uw== MIME-Version: 1.0 X-Received: by 10.112.89.100 with SMTP id bn4mr6670762lbb.16.1380801144066; Thu, 03 Oct 2013 04:52:24 -0700 (PDT) Received: by 10.112.180.98 with HTTP; Thu, 3 Oct 2013 04:52:24 -0700 (PDT) Date: Thu, 3 Oct 2013 13:52:24 +0200 Message-ID: Subject: Unit tests From: Alexander Broekhuis To: celix-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=001a11c379ecb297f304e7d4d11b X-Virus-Checked: Checked by ClamAV on apache.org --001a11c379ecb297f304e7d4d11b Content-Type: text/plain; charset=ISO-8859-1 Hi all, Yesterday I have committed a large set of unit tests. These tests use an updated version of CppUTest which can be found on [1]. To make the tests working you need to build CppUTest using the fork on [1]. By default the tests are disabled in the CMake configuration, to enable them mark BUILD_FRAMEWORK_TESTS and BUILD_UTILS_TESTS in the configuration, and point the CppUTest properties to the correct locations. Everything should work, but I have only tested it on Mac OSX, not Linux etc. So if someone can try this, please provide some feedback. [1]: https://github.com/abroekhuis/cpputest -- Met vriendelijke groet, Alexander Broekhuis --001a11c379ecb297f304e7d4d11b--