Skip to content
On this page

C

Version

Running C on GCC v12.2.0

Supported languages

C

Testing framework

criterion

Special reminders and implementation details

js
#include <criterion/criterion.h>
Test(suite_name, test_name) {
    // test contents
}
1
2
3
4