Automatic and reproducible tests for 3DS hardware features.
The packaging system conan-3ds is required to access the test suite dependencies and to ensure a consistent build setup.
mkdir build
cd build
conan install ../conanfile.txt -of . -pr devkitarm53 --build=missing
cmake -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4