[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [kdevelop] [Bug 321011] New: Unit test plugin: CMake generator expressions are not supported
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2013-06-10 20:37:40
Message-ID: bug-321011-17878 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=321011

            Bug ID: 321011
           Summary: Unit test plugin: CMake generator expressions are not
                    supported
    Classification: Unclassified
           Product: kdevelop
           Version: 4.5.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: kdevelop-bugs-null@kde.org
          Reporter: kde@opensource.sf-tec.de

The add_test() command of CMake supports generator expressions (see cmake
--help-command add_test). The unit test plugin does not evaluate this
expressions.

Reproducible: Always

Steps to Reproduce:
cmake_minimum_required(VERSION 2.8.3)
include(CTest)
enable_testing()
add_test(NAME say_the_name COMMAND ${CMAKE_COMMAND} -E echo $<COMMA>)

Run the test and looks at the output, compare with ctest -V output.
Actual Results:  
$<COMMA>

Expected Results:  
, (a single comma)

-- 
You are receiving this mail because:
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic