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

[REQUEST] CMake option to enable/disable compile-time tests #35

Closed
3 of 10 tasks
GuillaumeDua opened this issue May 10, 2021 · 1 comment
Closed
3 of 10 tasks

[REQUEST] CMake option to enable/disable compile-time tests #35

GuillaumeDua opened this issue May 10, 2021 · 1 comment
Assignees
Milestone

Comments

@GuillaumeDua
Copy link
Owner

Scope

  • C++
    • New gcl component
    • New language standard support
  • CMake
  • CI
  • Configuration support
    • Compiler support
    • OS support
    • Architecture support
  • Documentation

Description

Part of #24

In order to decrease compilation time of external project that DEPENDS ON gcl,
create a CMake option to enable/disable compile-time tests

The CI MUST keep testing at compile-time.

Details

CMake option like GCL_ENABLE_COMPILE_TIME_TESTS:BOOL

[optional] Expected behavior

  • By default, compilation should not trigger compile-time tests but only critical static_asserts.
@GuillaumeDua
Copy link
Owner Author

Implemented in 36f2faa

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