Technical Resources

Explore our technical resources to help you get the most out of SuperTest.

SuperTest Examples

SuperTest has two kinds of tests, positive and negative.

  • Positive tests are correct C/C++ programs for which the behavior is defined by the language specification.
  • For negative tests a diagnostic is expected by the compiler, and compilation is expected to fail.
View Resource

Compiler Toolchains and Targets

Explore our comprehensive documentation on supported compiler toolchains and target platforms for SuperTest, including configuration guides and best practices.

  • GCC, Clang, and proprietary compiler support
  • Embedded and desktop architecture
  • Configuration and integration guides
View Resource