Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • appveyor.yml
Find file
BlameHistoryPermalink
  • Gregor Jasny's avatar
    CMake: use full add_test(NAME <> COMMAND <>) signature (#901) · c50ac68c
    Gregor Jasny authored Nov 05, 2019
    * CTest must use proper paths to executables
    
    With the following syntax:
    
    ```
      add_test(NAME <name> COMMAND <command> [<arg>...])
    ```
    
    if `<command>` specifies an executable target it will automatically
    be replaced by the location of the executable created at build time.
    
    This is important if a `<Configuration>_POSTFIX` like `_d` is used.
    
    * Fix typo in ctest invocation
    
    Instead of `-c` the uppercase `-C` must be used to select a config.
    But better use the longopt.
    c50ac68c
appveyor.yml 1.24 KB
EditWeb IDE
×

Replace appveyor.yml

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.