Files
Crosspoint/test
Justin Mitchell 48aa3c8e02 Add SD theme system
Adds installable SD-card themes with manifest downloads, theme registry parsing, themed home/chrome/settings/file browser support, FreeInk layout integration, theme documentation, and layout tests.
2026-06-28 01:44:38 -04:00
..
2026-06-28 01:44:38 -04:00
2026-06-28 01:44:38 -04:00

Host-side gtest unit tests for crosspoint-reader.

Build and run:

  cmake -S test -B build/test
  cmake --build build/test
  ctest --test-dir build/test --output-on-failure -j

Run a single suite directly:

  cmake --build build/test --target StreamingJsonParserTest
  build/test/streaming_json_parser/StreamingJsonParserTest --gtest_filter='*'

Google Test is fetched via CMake FetchContent on first configure; the pinned
version lives in test/CMakeLists.txt.