Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Opus Opus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • OpusOpus
  • Merge requests
  • !21

cmake - add support to run ctest on android #2347

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Marcus Asteborg requested to merge xnorpx/opus:dev/androidctest into master Dec 22, 2020
  • Overview 20
  • Commits 1
  • Pipelines 3
  • Changes 3

Add support to run binaries with ctest on android devices, ctest is not supported on iOS so we simply error out there.

The change is mostly for dev inner loop to quickly test android changes on device. It could be use with simulator on CI but haven't tested this.

Removed the test from shared lib build, mostly because it's not really cleanly done and that parts needs refactoring. So test on cmake will only be on static lib for now.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev/androidctest