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

Add JUnit support to CMake based build system #608

Closed
pki-bot opened this issue Oct 2, 2020 · 3 comments
Closed

Add JUnit support to CMake based build system #608

pki-bot opened this issue Oct 2, 2020 · 3 comments
Milestone

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #36. Originally filed by edewata (@edewata) on 2011-11-15 20:30:30:


The CMake build system needs to be able to build and execute JUnit tests, parse the results of individual tests, terminate the build process if there's a failure, and generate a report that can be posted into a CI tool such as Hudson.

@pki-bot pki-bot added this to the m1 milestone Oct 2, 2020
@pki-bot pki-bot closed this as completed Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from admiyo at 2011-11-15 22:07:35

we should be able to to

make test

and produce the output that can be consumed by a continuous integration server.

If the JUnit tests fail, the build process should error out.

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2011-12-05 21:43:55

master:
- 02d13e6
- b203ba4
- 343a8af
- 8bcaa20

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2017-02-27 13:58:57

Metadata Update from @edewata:

  • Issue assigned to edewata
  • Issue set to the milestone: m1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant