Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Fix Cpp tests #90

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Fix Cpp tests #90

wants to merge 28 commits into from

Conversation

aminya
Copy link
Contributor

@aminya aminya commented Dec 5, 2020

Requires #82

Description of the change

This fixes the Cpp tests, so they can run. Before this PR, they were broken.

  • Enables the tests and benchmarks target
  • Fixes the errors in the tests by adding string literals
  • Updates Catch lib

Verifications

This makes it possible to run the tests that were broken before. Now, the tests can be built

npm run build
./build/Release/tests.exe   # or whatever exe extension your OS uses.

Release Notes

N/A

@aminya aminya force-pushed the fix-cpp-tests branch 2 times, most recently from cf14a35 to 7e7cbc6 Compare December 5, 2020 17:10
The literals should be added for all the elements not just the first one

1) Fixes error C2022: '55357': too big for character

or similar errors

2) fixes the tests
Fixes the failing test that convert to/from u8
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant