Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use enable_testing() instead of CTest module #153

Merged
merged 1 commit into from
Jan 29, 2019
Merged

Conversation

dirk-thomas
Copy link
Contributor

Closes #151.

The only functional difference (afaik) is that the expanded template DartConfiguration.tcl.in doesn't have the CMake variable BUILDNAME set which results in the Test.xml file to contain an empty build name:

<Site BuildName="(empty)" ...

While values like SITE are easy to obtain the logic to determine the build name is not exposes through API but embedded into the CTest module. I don't think it is necessary to duplicate it.

@dirk-thomas dirk-thomas added enhancement New feature or request in review Waiting for review (Kanban column) labels Jan 25, 2019
@dirk-thomas dirk-thomas self-assigned this Jan 25, 2019
@dirk-thomas
Copy link
Contributor Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@dirk-thomas dirk-thomas changed the title use enable_testing() insted of CTest module use enable_testing() instead of CTest module Jan 25, 2019
@dirk-thomas dirk-thomas merged commit 9e3c6a5 into master Jan 29, 2019
@dirk-thomas dirk-thomas deleted the use_enable_testing branch January 29, 2019 16:38
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants