Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

C++ Testing

To set up testing on x86:

cmake -S . -B build

on Arm:

cmake -S . -B build -DTARGET_ARM=ON

Then to build and run tests:

cd build
cmake --build .
ctest
Morty Proxy This is a proxified and sanitized view of the page, visit original site.