Link Search Menu Expand Document

Glib Testing Examples

Unit Tests with Glib

  • Glib Testing: Unit test framework for Glib based programs

    # Make targets
    make test
    make test-report
    make perf-report
    make full-report
    make check
    
  • Glib Testing Tutorial