tree: fb698e873535182586b17ef1cf12c2b9035fcd67 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. main.c
  4. main.cc
  5. README.md
  6. test_magma.cc
  7. test_magma.h
  8. test_magma_c.c
  9. test_magma_fidl.cc
  10. test_magma_sync_file.cc
common/magma/tests/integration/README.md

Magma Conformance Testing

These tests are necessary but not sufficient to validate a Magma system driver implementation.

They cover basic usage of the Magma C API, and are generally not capable of formatting hardware-specific commands, so cannot stress actual command execution. For more in depth driver validation, a test suite such as the Vulkan CTS is required.

The tests are not hermetic in that they require access to the hardware device.