Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gradle_cunit_register (0.23 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    Gradle initialises the CUnit test registry and executes the tests, utilising some generated CUnit launcher sources. Gradle will expect and call a function with the signature `void gradle_cunit_register()` that you can use to configure the actual CUnit suites and tests to execute.
    
    === Example: Registering CUnit tests
    
    [source.multi-language-sample,c]
    .suite_operators.c
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top