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

[dev.icinga.com #10660] Add CMake flag for disabling the unit tests #3679

Closed
icinga-migration opened this issue Nov 17, 2015 · 4 comments
Closed
Labels
enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/10660

Created by gbeutner on 2015-11-17 11:10:57 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2015-11-25 14:25:03 +00:00)
Target Version: 2.4.2
Last Update: 2015-12-08 14:57:13 +00:00 (in Redmine)

Backport?: Already backported
Include in Changelog: 1

Changesets

2015-11-25 14:24:04 +00:00 by mfriedrich 81c3b4d

Add CMake flag for disabling the unit tests

fixes #10660

2015-12-08 14:56:51 +00:00 by mfriedrich 8f73207

Add CMake flag for disabling the unit tests

fixes #10660
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-11-25 14:24:10 +00:00

vim $HOME/.bashrc
export I2_RELEASE="-DCMAKE_BUILD_TYPE=RelWithDebInfo -DICINGA2_WITH_TESTS=OFF -DICINGA2_UNITY_BUILD=ON -DICINGA2_WITH_STUDIO=ON -DCMAKE_INSTALL_PREFIX=/usr/local/icinga2 -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include -DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib -DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib"

alias i2_release="cd release; cmake $I2_RELEASE ..; make -j4; sudo make -j4 install; cd .."


$ i2_release

$ make test -C release
Running tests...
Test project /Users/michi/coding/icinga/icinga2/release
No tests were found!!!

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-11-25 14:24:37 +00:00

  • Status changed from New to Assigned
  • Assigned to set to mfriedrich
  • Target Version set to 2.5.0

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-11-25 14:25:03 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 81c3b4d.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-12-08 14:57:13 +00:00

  • Target Version changed from 2.5.0 to 2.4.2
  • Backport? changed from Not yet backported to Already backported

@icinga-migration icinga-migration added enhancement New feature or request Installation labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.2 milestone Jan 17, 2017
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

No branches or pull requests

1 participant