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

Feat/cpp unittests #433

Merged
merged 15 commits into from
Feb 21, 2024
Merged

Feat/cpp unittests #433

merged 15 commits into from
Feb 21, 2024

Conversation

SuperFola
Copy link
Member

@SuperFola SuperFola commented Jan 14, 2024

Adding proper C++ unit tests

Description

  • Switches to C++20,
  • updates the CI and removes a bunch of redondant/non C++20 compliant compilers,
  • adds boost/ut to write unit tests (no dependance to other boost libs),
  • adds unit tests using ut for the parser,

Closes #430

Checklist

  • I have read the Contributor guide
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation if needed
  • I have added tests that prove my fix/feature is working
  • New and existing tests pass locally with my changes

@SuperFola SuperFola force-pushed the feat/cpp-unittests branch 13 times, most recently from 15f77ef to b8c1611 Compare January 15, 2024 20:34
@SuperFola SuperFola force-pushed the feat/cpp-unittests branch 4 times, most recently from 70fde94 to fcca06a Compare January 16, 2024 21:20
@SuperFola SuperFola force-pushed the feat/cpp-unittests branch 9 times, most recently from a34e309 to ca1280a Compare February 6, 2024 10:44
@SuperFola SuperFola force-pushed the feat/cpp-unittests branch 5 times, most recently from ed72c3d to 39da9c0 Compare February 11, 2024 18:59
@SuperFola SuperFola force-pushed the feat/cpp-unittests branch 3 times, most recently from 08092d2 to 6201986 Compare February 21, 2024 13:39
@SuperFola SuperFola force-pushed the feat/cpp-unittests branch 5 times, most recently from 4bacad7 to 4284566 Compare February 21, 2024 14:54
@SuperFola SuperFola marked this pull request as ready for review February 21, 2024 18:02
@SuperFola SuperFola merged commit d78111d into dev Feb 21, 2024
4 checks passed
@SuperFola SuperFola deleted the feat/cpp-unittests branch February 21, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite the C++ tests to use a test framework
1 participant